Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
Dlibunwind.cpp27 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()
99 typedef LocalAddressSpace::pint_t pint_t; in unw_set_reg()
248 DwarfFDECache<LocalAddressSpace>::iterateCacheEntries(func); in unw_iterate_dwarf_unwind_cache()
254 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in _unw_add_dynamic_fde()
255 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in _unw_add_dynamic_fde()
256 const char *message = CFI_Parser<LocalAddressSpace>::decodeFDE( in _unw_add_dynamic_fde()
[all …]
DUnwind-seh.cpp451 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)) in _unw_init_seh()
452 UnwindCursor<LocalAddressSpace, Registers_x86_64>( in _unw_init_seh()
453 context, LocalAddressSpace::sThisAddressSpace); in _unw_init_seh()
458 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm> *>(cursor)) in _unw_init_seh()
459 UnwindCursor<LocalAddressSpace, Registers_arm>( in _unw_init_seh()
460 context, LocalAddressSpace::sThisAddressSpace); in _unw_init_seh()
465 new (reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_arm64> *>(cursor)) in _unw_init_seh()
466 UnwindCursor<LocalAddressSpace, Registers_arm64>( in _unw_init_seh()
467 context, LocalAddressSpace::sThisAddressSpace); in _unw_init_seh()
479 …return reinterpret_cast<UnwindCursor<LocalAddressSpace, Registers_x86_64> *>(cursor)->getDispatche… in _unw_seh_get_disp_ctx()
[all …]
DAddressSpace.hpp182 class _LIBUNWIND_HIDDEN LocalAddressSpace { class
228 static LocalAddressSpace sThisAddressSpace;
231 inline uintptr_t LocalAddressSpace::getP(pint_t addr) { in getP()
239 inline uint64_t LocalAddressSpace::getRegister(pint_t addr) { in getRegister()
248 inline uint64_t LocalAddressSpace::getULEB128(pint_t &addr, pint_t end) { in getULEB128()
273 inline int64_t LocalAddressSpace::getSLEB128(pint_t &addr, pint_t end) { in getSLEB128()
293 inline LocalAddressSpace::pint_t
294 LocalAddressSpace::getEncodedP(pint_t &addr, pint_t end, uint8_t encoding, in getEncodedP()
385 inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr, in findUnwindSections()
472 LocalAddressSpace *addressSpace; in findUnwindSections()
[all …]
DUnwind_AppleExtras.cpp157 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in checkKeyMgrRegisteredFDEs()
158 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in checkKeyMgrRegisteredFDEs()
159 const char *msg = CFI_Parser<LocalAddressSpace>::decodeFDE( in checkKeyMgrRegisteredFDEs()
160 LocalAddressSpace::sThisAddressSpace, in checkKeyMgrRegisteredFDEs()
DUnwindCursor.hpp1899 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in setInfoBasedOnIPRegister()
1900 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in setInfoBasedOnIPRegister()
1929 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in setInfoBasedOnIPRegister()
1930 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in setInfoBasedOnIPRegister()