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

/freebsd-current/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.cpp224 SID EHFrameSID = UnregisteredEHFrameSections[i]; local
225 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress();
226 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
227 size_t EHFrameSize = Sections[EHFrameSID].getSize();
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h289 for (auto const &EHFrameSID : UnregisteredEHFrameSections) {
290 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress();
291 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress();
292 size_t EHFrameSize = Sections[EHFrameSID].getSize();
294 RegisteredEHFrameSections.push_back(EHFrameSID);

Completed in 65 milliseconds