Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp340 uint8_t LSDAPointerEncoding; in processCIE() local
341 if (auto Err = RecordReader.readInteger(LSDAPointerEncoding)) in processCIE()
343 if (!isSupportedPointerEncoding(LSDAPointerEncoding)) in processCIE()
346 formatv("{0:x2}", LSDAPointerEncoding) + " in CIE at " + in processCIE()
348 CIEInfo.LSDAPointerEncoding = LSDAPointerEncoding; in processCIE()
530 readEncodedPointer(CIEInfo->LSDAPointerEncoding, in processFDE()
H A DEHFrameSupportImpl.h62 uint8_t LSDAPointerEncoding = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h549 uint32_t LSDAPointerEncoding, Optional<uint64_t> Personality, in CIE() argument
560 LSDAPointerEncoding(LSDAPointerEncoding), Personality(Personality), in CIE()
575 uint32_t getLSDAPointerEncoding() const { return LSDAPointerEncoding; } in getLSDAPointerEncoding()
593 const uint32_t LSDAPointerEncoding; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp1044 uint32_t LSDAPointerEncoding = DW_EH_PE_omit; in parse() local
1061 LSDAPointerEncoding = Data.getU8(&Offset); in parse()
1113 FDEPointerEncoding, LSDAPointerEncoding, Personality, in parse()