Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DEHFrameSupport.h25 class EHFrameCFIBlockInspector {
39 static EHFrameCFIBlockInspector FromEdgeScan(Block &B);
75 EHFrameCFIBlockInspector(Edge *PersonalityEdge);
76 EHFrameCFIBlockInspector(Edge &CIEEdge, Edge &PCBeginEdge, Edge *LSDAEdge);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp659 EHFrameCFIBlockInspector EHFrameCFIBlockInspector::FromEdgeScan(Block &B) { in FromEdgeScan()
661 return EHFrameCFIBlockInspector(nullptr); in FromEdgeScan()
663 return EHFrameCFIBlockInspector(&*B.edges().begin()); in FromEdgeScan()
671 return EHFrameCFIBlockInspector(*Es[0], *Es[1], in FromEdgeScan()
673 return EHFrameCFIBlockInspector(nullptr); in FromEdgeScan()
676 EHFrameCFIBlockInspector::EHFrameCFIBlockInspector(Edge *PersonalityEdge) in EHFrameCFIBlockInspector() function in llvm::jitlink::EHFrameCFIBlockInspector
679 EHFrameCFIBlockInspector::EHFrameCFIBlockInspector(Edge &CIEEdge, in EHFrameCFIBlockInspector() function in llvm::jitlink::EHFrameCFIBlockInspector