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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 81 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {}
83 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {}
86 SID ExceptTabSID;
RuntimeDyldMachO.cpp 195 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
196 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
219 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID;
230 ExceptTabSID = i->second;
239 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID));

Completed in 504 milliseconds