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

/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp440 if ( compactSaysUseDwarf() )
466 bool compactSaysUseDwarf(uint32_t *offset=NULL) const { function in class:libunwind::UnwindCursor
468 return compactSaysUseDwarf(dummy, offset);
471 bool compactSaysUseDwarf(Registers_x86_64 &, uint32_t *offset) const { function in class:libunwind::UnwindCursor
480 bool compactSaysUseDwarf(Registers_x86 &, uint32_t *offset) const { function in class:libunwind::UnwindCursor
489 bool compactSaysUseDwarf(Registers_ppc &, uint32_t *) const { function in class:libunwind::UnwindCursor
493 bool compactSaysUseDwarf(Registers_arm64 &, uint32_t *offset) const { function in class:libunwind::UnwindCursor
1165 if ((sects.dwarf_section != 0) && compactSaysUseDwarf(&dwarfOffset)) {

Completed in 131 milliseconds