Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h31 TextSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()
35 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
37 SID TextSID; member
H A DRuntimeDyldMachO.cpp230 unsigned TextSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad() local
245 TextSID = *TextSIDOrErr; in finalizeLoad()
268 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()
322 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
324 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames()