Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCompactUnwindSupport.h105 Section *EHFrameSec = G.findSectionByName(EHFrameSectionName); in prepareForPrune() local
165 if (EHFrameSec) { in prepareForPrune()
169 &E.getTarget().getSection() == EHFrameSec) { in prepareForPrune()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1289 if (Section *EHFrameSec = G.findSectionByName(MachOEHFrameSectionName)) { in findUnwindSectionInfo() local
1290 ScanUnwindInfoSection(*EHFrameSec, US.DwarfSection, [&](Block &B) { in findUnwindSectionInfo()