Searched refs:EHFrameSID (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h283 for (auto const &EHFrameSID : UnregisteredEHFrameSections) {
284 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress();
285 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
286 size_t EHFrameSize = Sections[EHFrameSID].getSize();
288 RegisteredEHFrameSections.push_back(EHFrameSID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h35 : EHFrameSID(RTDYLD_INVALID_SECTION_ID),
40 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {}
41 SID EHFrameSID; member in struct:llvm::RuntimeDyldMachO::EHFrameRelatedSections
H A DRuntimeDyldMachO.cpp230 unsigned EHFrameSID = RTDYLD_INVALID_SECTION_ID; local
252 EHFrameSID = *EHFrameSIDOrErr;
269 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID));
322 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID ||
326 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
H A DRuntimeDyldELF.cpp230 SID EHFrameSID = UnregisteredEHFrameSections[i]; local
231 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress();
232 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
233 size_t EHFrameSize = Sections[EHFrameSID].getSize();

Completed in 239 milliseconds