Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h34 struct EHFrameRelatedSections { struct
35 EHFrameRelatedSections() in EHFrameRelatedSections() argument
40 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections() argument
50 SmallVector<EHFrameRelatedSections, 2> UnregisteredEHFrameSections; argument
H A DRuntimeDyldMachO.cpp206 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()
258 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames()