Home
last modified time | relevance | path

Searched refs:dwarfEncoding (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp1164 compact_unwind_encoding_t dwarfEncoding() const { in dwarfEncoding() function in libunwind::UnwindCursor
1166 return dwarfEncoding(dummy); in dwarfEncoding()
1176 compact_unwind_encoding_t dwarfEncoding(Registers_x86 &) const { in dwarfEncoding() function in libunwind::UnwindCursor
1182 compact_unwind_encoding_t dwarfEncoding(Registers_ppc &) const { in dwarfEncoding() function in libunwind::UnwindCursor
1188 compact_unwind_encoding_t dwarfEncoding(Registers_ppc64 &) const { in dwarfEncoding() function in libunwind::UnwindCursor
1194 compact_unwind_encoding_t dwarfEncoding(Registers_arm64 &) const { in dwarfEncoding() function in libunwind::UnwindCursor
1200 compact_unwind_encoding_t dwarfEncoding(Registers_arm &) const { in dwarfEncoding() function in libunwind::UnwindCursor
1206 compact_unwind_encoding_t dwarfEncoding(Registers_or1k &) const { in dwarfEncoding() function in libunwind::UnwindCursor
1240 compact_unwind_encoding_t dwarfEncoding(Registers_riscv &) const { in dwarfEncoding() function in libunwind::UnwindCursor
1246 compact_unwind_encoding_t dwarfEncoding(Registers_s390x &) const { in dwarfEncoding() function in libunwind::UnwindCursor
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DExceptionHandling.rst895 Define ``dwarfEncoding`` and ``stepWithCompactEncoding`` for your ``Registers``