Home
last modified time | relevance | path

Searched refs:LocalAddressSpace (Results 1 – 4 of 4) sorted by relevance

/external/libunwind_llvm/src/
Dlibunwind.cpp35 LocalAddressSpace LocalAddressSpace::sThisAddressSpace;
38 (unw_addr_space_t)&LocalAddressSpace::sThisAddressSpace;
53 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_x86>( in unw_init_local()
54 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local()
56 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_x86_64>( in unw_init_local()
57 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local()
59 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_ppc>( in unw_init_local()
60 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local()
62 new ((void *)cursor) UnwindCursor<LocalAddressSpace, Registers_arm64>( in unw_init_local()
63 context, LocalAddressSpace::sThisAddressSpace); in unw_init_local()
[all …]
DAddressSpace.hpp105 class __attribute__((visibility("hidden"))) LocalAddressSpace { class
155 static LocalAddressSpace sThisAddressSpace;
158 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
167 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
192 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
212 inline LocalAddressSpace::pint_t
213 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP()
346 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, in findUnwindSections()
378 LocalAddressSpace *addressSpace; in findUnwindSections()
416 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in findUnwindSections()
[all …]
DUnwind_AppleExtras.cpp158 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in checkKeyMgrRegisteredFDEs()
159 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in checkKeyMgrRegisteredFDEs()
160 const char *msg = CFI_Parser<LocalAddressSpace>::decodeFDE( in checkKeyMgrRegisteredFDEs()
161 LocalAddressSpace::sThisAddressSpace, in checkKeyMgrRegisteredFDEs()
DUnwindCursor.hpp1228 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in setInfoBasedOnIPRegister()
1229 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in setInfoBasedOnIPRegister()
1258 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in setInfoBasedOnIPRegister()
1259 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in setInfoBasedOnIPRegister()