Searched refs:TextSID (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h36 TextSID(RTDYLD_INVALID_SECTION_ID),
40 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {}
42 SID TextSID; member in struct:llvm::RuntimeDyldMachO::EHFrameRelatedSections
H A DRuntimeDyldMachO.cpp231 unsigned TextSID = RTDYLD_INVALID_SECTION_ID; local
246 TextSID = *TextSIDOrErr;
269 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID));
323 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
325 SectionEntry *Text = &Sections[SectionInfo.TextSID];

Completed in 128 milliseconds