Home
last modified time | relevance | path

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

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