Searched refs:compactSaysUseDwarf (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp941 if ( compactSaysUseDwarf() )
1004 bool compactSaysUseDwarf(uint32_t *offset=NULL) const { function in class:libunwind::UnwindCursor
1006 return compactSaysUseDwarf(dummy, offset);
1010 bool compactSaysUseDwarf(Registers_x86_64 &, uint32_t *offset) const { function in class:libunwind::UnwindCursor
1021 bool compactSaysUseDwarf(Registers_x86 &, uint32_t *offset) const { function in class:libunwind::UnwindCursor
1032 bool compactSaysUseDwarf(Registers_ppc &, uint32_t *) const { function in class:libunwind::UnwindCursor
1038 bool compactSaysUseDwarf(Registers_ppc64 &, uint32_t *) const { function in class:libunwind::UnwindCursor
1044 bool compactSaysUseDwarf(Registers_arm64 &, uint32_t *offset) const { function in class:libunwind::UnwindCursor
1055 bool compactSaysUseDwarf(Registers_mips_o32 &, uint32_t *) const { function in class:libunwind::UnwindCursor
1061 bool compactSaysUseDwarf(Registers_mips_newab function in class:libunwind::UnwindCursor
1067 bool compactSaysUseDwarf(Registers_sparc &, uint32_t *) const { return true; } function in class:libunwind::UnwindCursor
1071 bool compactSaysUseDwarf(Registers_riscv &, uint32_t *) const { function in class:libunwind::UnwindCursor
[all...]

Completed in 109 milliseconds