Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.h37 TextSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()
41 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
43 SID TextSID; member
DRuntimeDyldMachO.cpp184 unsigned TextSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad() local
195 TextSID = findOrEmitSection(Obj, Section, true, SectionMap); in finalizeLoad()
207 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()
259 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
261 SectionEntry *Text = &Sections[SectionInfo.TextSID]; in registerEHFrames()