Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp36 LocalAddressSpace LocalAddressSpace::sThisAddressSpace;
39 (unw_addr_space_t)&LocalAddressSpace::sThisAddressSpace;
86 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, REGISTER_KIND> *>(cursor)) in __unw_init_local()
87 UnwindCursor<LocalAddressSpace, REGISTER_KIND>( in __unw_init_local()
88 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_local()
118 typedef LocalAddressSpace::pint_t pint_t; in _LIBUNWIND_WEAK_ALIAS()
291 DwarfFDECache<LocalAddressSpace>::iterateCacheEntries(func); in _LIBUNWIND_WEAK_ALIAS()
298 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in _LIBUNWIND_WEAK_ALIAS()
299 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in _LIBUNWIND_WEAK_ALIAS()
300 const char *message = CFI_Parser<LocalAddressSpace>::decodeFDE( in _LIBUNWIND_WEAK_ALIAS()
[all …]
H A DUnwind-seh.cpp460 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in __unw_init_seh()
461 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in __unw_init_seh()
462 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
467 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in __unw_init_seh()
468 UnwindCursor<LocalAddressSpace, Registers_arm>( in __unw_init_seh()
469 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
474 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in __unw_init_seh()
475 UnwindCursor<LocalAddressSpace, Registers_arm64>( in __unw_init_seh()
476 context, LocalAddressSpace::sThisAddressSpace); in __unw_init_seh()
487 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in __unw_seh_get_disp_ctx()
[all …]
H A DAddressSpace.hpp159 class _LIBUNWIND_HIDDEN LocalAddressSpace { class
205 static LocalAddressSpace sThisAddressSpace;
208 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
216 inline uint64_t LocalAddressSpace::getRegister(pint_t addr) { in getRegister()
225 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
250 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
270 inline LocalAddressSpace::pint_t
271 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP()
381 LocalAddressSpace *addressSpace;
412 EHHeaderParser<LocalAddressSpace>::EHHeaderInfo hdrInfo; in checkForUnwindInfoSegment()
[all …]