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

/openbsd-current/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp36 static int stepWithCompactEncoding(compact_unwind_encoding_t info,
57 int CompactUnwinder_x86<A>::stepWithCompactEncoding( function in class:libunwind::CompactUnwinder_x86
268 static int stepWithCompactEncoding(compact_unwind_encoding_t compactEncoding,
288 int CompactUnwinder_x86_64<A>::stepWithCompactEncoding( function in class:libunwind::CompactUnwinder_x86_64
500 static int stepWithCompactEncoding(compact_unwind_encoding_t compactEncoding,
517 int CompactUnwinder_arm64<A>::stepWithCompactEncoding( function in class:libunwind::CompactUnwinder_arm64
H A DUnwindCursor.hpp1014 int stepWithCompactEncoding(bool stage2 = false) { function in class:libunwind::UnwindCursor
1020 return stepWithCompactEncoding(dummy);
1024 int stepWithCompactEncoding(Registers_x86_64 &) { function in class:libunwind::UnwindCursor
1025 return CompactUnwinder_x86_64<A>::stepWithCompactEncoding(
1031 int stepWithCompactEncoding(Registers_x86 &) { function in class:libunwind::UnwindCursor
1032 return CompactUnwinder_x86<A>::stepWithCompactEncoding(
1038 int stepWithCompactEncoding(Registers_ppc &) { function in class:libunwind::UnwindCursor
1044 int stepWithCompactEncoding(Registers_ppc64 &) { function in class:libunwind::UnwindCursor
1051 int stepWithCompactEncoding(Registers_arm64 &) { function in class:libunwind::UnwindCursor
1052 return CompactUnwinder_arm64<A>::stepWithCompactEncoding(
1058 int stepWithCompactEncoding(Registers_mips_o32 &) { function in class:libunwind::UnwindCursor
1064 int stepWithCompactEncoding(Registers_mips_newabi &) { function in class:libunwind::UnwindCursor
1070 int stepWithCompactEncoding(Registers_loongarch &) { return UNW_EINVAL; } function in class:libunwind::UnwindCursor
1074 int stepWithCompactEncoding(Registers_sparc &) { return UNW_EINVAL; } function in class:libunwind::UnwindCursor
1078 int stepWithCompactEncoding(Registers_sparc64 &) { return UNW_EINVAL; } function in class:libunwind::UnwindCursor
1082 int stepWithCompactEncoding(Registers_riscv &) { function in class:libunwind::UnwindCursor
[all...]

Completed in 183 milliseconds