Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp688 Edge *LSDAEdge) in EHFrameCFIBlockInspector() argument
689 : CIEEdge(&CIEEdge), PCBeginEdge(&PCBeginEdge), LSDAEdge(LSDAEdge) {} in EHFrameCFIBlockInspector()