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

/freebsd-11.0-release/contrib/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.cpp216 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; local
230 ExceptTabSID = findOrEmitSection(Obj, Section, true, SectionMap);
238 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID));
295 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
296 ExceptTab = &Sections[SectionInfo.ExceptTabSID];

Completed in 67 milliseconds