Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DDwarfInstructions.hpp51 typedef typename CFI_Parser<A>::RegisterLocation RegisterLocation;
52 typedef typename CFI_Parser<A>::PrologInfo PrologInfo;
53 typedef typename CFI_Parser<A>::FDE_Info FDE_Info;
54 typedef typename CFI_Parser<A>::CIE_Info CIE_Info;
85 case CFI_Parser<A>::kRegisterInCFA: in getSavedRegister()
88 case CFI_Parser<A>::kRegisterAtExpression: in getSavedRegister()
93 case CFI_Parser<A>::kRegisterIsExpression: in getSavedRegister()
97 case CFI_Parser<A>::kRegisterInRegister: in getSavedRegister()
100 case CFI_Parser<A>::kRegisterUnused: in getSavedRegister()
101 case CFI_Parser<A>::kRegisterOffsetFromCFA: in getSavedRegister()
[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()
DUnwindCursor.hpp813 typename CFI_Parser<A>::FDE_Info fdeInfo; in getInfoFromDwarfSection()
814 typename CFI_Parser<A>::CIE_Info cieInfo; in getInfoFromDwarfSection()
819 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
835 CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
843 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
848 typename CFI_Parser<A>::PrologInfo prolog; in getInfoFromDwarfSection()
849 if (CFI_Parser<A>::parseFDEInstructions(_addressSpace, fdeInfo, cieInfo, pc, in getInfoFromDwarfSection()
1203 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in setInfoBasedOnIPRegister()
1204 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in setInfoBasedOnIPRegister()
1205 const char *msg = CFI_Parser<A>::decodeFDE(_addressSpace, in setInfoBasedOnIPRegister()
[all …]
Dlibunwind.cpp309 CFI_Parser<LocalAddressSpace>::FDE_Info fdeInfo; in _unw_add_dynamic_fde()
310 CFI_Parser<LocalAddressSpace>::CIE_Info cieInfo; in _unw_add_dynamic_fde()
311 const char *message = CFI_Parser<LocalAddressSpace>::decodeFDE( in _unw_add_dynamic_fde()
DDwarfParser.hpp34 class CFI_Parser { class
121 const char *CFI_Parser<A>::decodeFDE(A &addressSpace, pint_t fdeStart, in decodeFDE()
176 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, in findFDE()
256 const char *CFI_Parser<A>::parseCIE(A &addressSpace, pint_t cie, in parseCIE()
344 bool CFI_Parser<A>::parseFDEInstructions(A &addressSpace, in parseFDEInstructions()
363 bool CFI_Parser<A>::parseInstructions(A &addressSpace, pint_t instructions, in parseInstructions()