Searched refs:ExceptTabSID (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h38 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {}
41 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {}
44 SID ExceptTabSID; member in struct:llvm::RuntimeDyldMachO::EHFrameRelatedSections
H A DRuntimeDyldMachO.cpp230 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; local
253 ExceptTabSID = *ExceptTabSIDOrErr;
264 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID));
323 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
324 ExceptTab = &Sections[SectionInfo.ExceptTabSID];

Completed in 80 milliseconds