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

/external/libunwind_llvm/src/
H A DUnwindCursor.hpp539 compact_unwind_encoding_t dwarfEncoding() const { function in class:libunwind::UnwindCursor
541 return dwarfEncoding(dummy);
544 compact_unwind_encoding_t dwarfEncoding(Registers_x86_64 &) const { function in class:libunwind::UnwindCursor
548 compact_unwind_encoding_t dwarfEncoding(Registers_x86 &) const { function in class:libunwind::UnwindCursor
552 compact_unwind_encoding_t dwarfEncoding(Registers_ppc &) const { function in class:libunwind::UnwindCursor
556 compact_unwind_encoding_t dwarfEncoding(Registers_arm64 &) const { function in class:libunwind::UnwindCursor
883 _info.format = dwarfEncoding();
1245 _info.format = dwarfEncoding();
1273 _info.format = dwarfEncoding();

Completed in 161 milliseconds