Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h33 struct EHFrameRelatedSections { struct
34 EHFrameRelatedSections() in EHFrameRelatedSections() argument
39 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections() argument
49 SmallVector<EHFrameRelatedSections, 2> UnregisteredEHFrameSections; argument
H A DRuntimeDyldMachO.cpp269 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()
321 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames()