Searched refs:LocalAddressSpace (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/libunwind/src/ |
D | libunwind.cpp | 27 LocalAddressSpace LocalAddressSpace::sThisAddressSpace; 30 (unw_addr_space_t)&LocalAddressSpace::sThisAddressSpace; 69 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, REGISTER_KIND> *>(cursor)) in __unw_init_local() 70 UnwindCursor<LocalAddressSpace, REGISTER_KIND>( in __unw_init_local() 71 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_local() 101 typedef LocalAddressSpace::pint_t pint_t; in _LIBUNWIND_WEAK_ALIAS() 251 DwarfFDECache<LocalAddressSpace>::iterateCacheEntries(func); in _LIBUNWIND_WEAK_ALIAS() 258 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in _LIBUNWIND_WEAK_ALIAS() 259 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in _LIBUNWIND_WEAK_ALIAS() 260 const char *message = CFI_Parser<LocalAddressSpace>::decodeFDE( in _LIBUNWIND_WEAK_ALIAS() [all …]
|
D | Unwind-seh.cpp | 441 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in __unw_init_seh() 442 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh() 443 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh() 448 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh() 449 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh() 450 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh() 455 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh() 456 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh() 457 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh() 468 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in __unw_seh_get_disp_ctx() [all …]
|
D | AddressSpace.hpp | 148 class _LIBUNWIND_HIDDEN LocalAddressSpace { class 194 static LocalAddressSpace sThisAddressSpace; 197 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP() 205 inline uint64_t LocalAddressSpace::getRegister(pint_t addr) { in getRegister() 214 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128() 239 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128() 259 inline LocalAddressSpace::pint_t 260 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP() 392 LocalAddressSpace *addressSpace; 423 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in checkForUnwindInfoSegment() [all …]
|