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.h72 return LSDAEdge; in getLSDAEdge()
77 EHFrameCFIBlockInspector(Edge &CIEEdge, Edge &PCBeginEdge, Edge *LSDAEdge);
83 Edge *LSDAEdge; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp661 Edge *LSDAEdge) in EHFrameCFIBlockInspector() argument
662 : CIEEdge(&CIEEdge), PCBeginEdge(&PCBeginEdge), LSDAEdge(LSDAEdge) {} in EHFrameCFIBlockInspector()