Home
last modified time | relevance | path

Searched refs:RTDYLD_INVALID_SECTION_ID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp230 unsigned EHFrameSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad()
231 unsigned TextSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad()
232 unsigned ExceptTabSID = RTDYLD_INVALID_SECTION_ID; in finalizeLoad()
322 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID || in registerEHFrames()
323 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
328 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID) in registerEHFrames()
H A DRuntimeDyldMachO.h35 : EHFrameSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()
36 TextSID(RTDYLD_INVALID_SECTION_ID), in EHFrameRelatedSections()
37 ExceptTabSID(RTDYLD_INVALID_SECTION_ID) {} in EHFrameRelatedSections()
H A DRuntimeDyldImpl.h257 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1)) macro