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.h28 struct EHFrameRelatedSections { struct
29 EHFrameRelatedSections() in EHFrameRelatedSections() function
34 EHFrameRelatedSections(SID EH, SID T, SID Ex) in EHFrameRelatedSections() argument
44 SmallVector<EHFrameRelatedSections, 2> UnregisteredEHFrameSections; argument
H A DRuntimeDyldMachO.cpp268 EHFrameRelatedSections(EHFrameSID, TextSID, ExceptTabSID)); in finalizeLoad()
320 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i]; in registerEHFrames()