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

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h74 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {}
76 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {}
79 SID ExceptTabSID; member in struct:llvm::RuntimeDyldMachO::EHFrameRelatedSections
H A DRuntimeDyldMachO.cpp70 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
71 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
94 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; local
105 ExceptTabSID = i->second;
109 ExceptTabSID));

Completed in 95 milliseconds