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

/openbsd-current/gnu/llvm/libunwind/src/
H A DCompactUnwinder.hpp36 static int stepWithCompactEncoding(compact_unwind_encoding_t info,
48 stepWithCompactEncodingEBPFrame(compact_unwind_encoding_t compactEncoding,
52 compact_unwind_encoding_t compactEncoding, uint32_t functionStart,
58 compact_unwind_encoding_t compactEncoding, uint32_t functionStart,
76 compact_unwind_encoding_t compactEncoding, uint32_t functionStart,
120 compact_unwind_encoding_t encoding, uint32_t functionStart,
268 static int stepWithCompactEncoding(compact_unwind_encoding_t compactEncoding,
279 stepWithCompactEncodingRBPFrame(compact_unwind_encoding_t compactEncoding,
283 compact_unwind_encoding_t compactEncoding, uint64_t functionStart,
289 compact_unwind_encoding_t compactEncodin
[all...]
H A DUnwindCursor.hpp1174 compact_unwind_encoding_t dwarfEncoding() const {
1180 compact_unwind_encoding_t dwarfEncoding(Registers_x86_64 &) const {
1186 compact_unwind_encoding_t dwarfEncoding(Registers_x86 &) const {
1192 compact_unwind_encoding_t dwarfEncoding(Registers_ppc &) const {
1198 compact_unwind_encoding_t dwarfEncoding(Registers_ppc64 &) const {
1204 compact_unwind_encoding_t dwarfEncoding(Registers_arm64 &) const {
1210 compact_unwind_encoding_t dwarfEncoding(Registers_arm &) const {
1216 compact_unwind_encoding_t dwarfEncoding(Registers_or1k &) const {
1222 compact_unwind_encoding_t dwarfEncoding(Registers_hexagon &) const {
1228 compact_unwind_encoding_t dwarfEncodin
[all...]
/openbsd-current/gnu/llvm/libunwind/include/mach-o/
H A Dcompact_unwind_encoding.h40 typedef uint32_t compact_unwind_encoding_t; typedef
418 // compact_unwind_encoding_t[]
447 compact_unwind_encoding_t encoding;
/openbsd-current/gnu/llvm/lld/MachO/
H A DUnwindInfoSection.cpp121 compact_unwind_encoding_t encoding;
131 compact_unwind_encoding_t encoding;
136 using EncodingMap = DenseMap<compact_unwind_encoding_t, size_t>;
143 std::vector<compact_unwind_encoding_t> localEncodings;
166 std::vector<std::pair<compact_unwind_encoding_t, size_t>> commonEncodings;
409 static_cast<compact_unwind_encoding_t>(UNWIND_PERSONALITY_MASK));
416 static bool canFoldEncoding(compact_unwind_encoding_t encoding) {
527 [](const std::pair<compact_unwind_encoding_t, size_t> &a,
528 const std::pair<compact_unwind_encoding_t, size_t> &b) {

Completed in 104 milliseconds