Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
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
DRuntimeDyldMachO.cpp207 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()
257 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames()