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

/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h71 struct EHFrameRelatedSections { struct in class:llvm::RuntimeDyldMachO
72 EHFrameRelatedSections() : EHFrameSID(RTDYLD_INVALID_SECTION_ID), function in struct:llvm::RuntimeDyldMachO::EHFrameRelatedSections
75 EHFrameRelatedSections(SID EH, SID T, SID Ex) function in struct:llvm::RuntimeDyldMachO::EHFrameRelatedSections
85 SmallVector<EHFrameRelatedSections, 2> UnregisteredEHFrameSections;
H A DRuntimeDyldMachO.cpp63 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i];
107 UnregisteredEHFrameSections.push_back(EHFrameRelatedSections(EHFrameSID,

Completed in 52 milliseconds