HomeSort by relevance Sort by last modified time
    Searched refs:TextSID (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 80 TextSID(RTDYLD_INVALID_SECTION_ID),
83 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {}
85 SID TextSID;
RuntimeDyldMachO.cpp 190 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
192 SectionEntry *Text = &Sections[SectionInfo.TextSID];
218 unsigned TextSID = RTDYLD_INVALID_SECTION_ID;
228 TextSID = i->second;
239 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID));

Completed in 657 milliseconds