Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DEHFrameSupport.h71 return LSDAEdge; in getLSDAEdge()
76 EHFrameCFIBlockInspector(Edge &CIEEdge, Edge &PCBeginEdge, Edge *LSDAEdge);
82 Edge *LSDAEdge; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp681 Edge *LSDAEdge) in FromEdgeScan()
682 : CIEEdge(&CIEEdge), PCBeginEdge(&PCBeginEdge), LSDAEdge(LSDAEdge) {}
688 EHFrameCFIBlockInspector(Edge & CIEEdge,Edge & PCBeginEdge,Edge * LSDAEdge) EHFrameCFIBlockInspector() argument