Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h32 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {} in EHFrameRelatedSections()
35 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {} in EHFrameRelatedSections()
38 SID ExceptTabSID; member
H A DRuntimeDyldMachO.cpp231 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad() local
257 ExceptTabSID = *ExceptTabSIDOrErr; in finalizeLoad()
268 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()
327 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
328 ExceptTab = &Sections[SectionInfo.ExceptTabSID]; in registerEHFrames()