Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DEHFrameSupport.h43 bool isFDE() const { return CIEEdge != nullptr; } in isFDE()
46 bool isCIE() const { return CIEEdge == nullptr; } in isCIE()
61 Edge *getCIEEdge() const { return CIEEdge; } in getCIEEdge()
77 EHFrameCFIBlockInspector(Edge &CIEEdge, Edge &PCBeginEdge, Edge *LSDAEdge);
79 Edge *CIEEdge = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp659 EHFrameCFIBlockInspector::EHFrameCFIBlockInspector(Edge &CIEEdge, in EHFrameCFIBlockInspector() argument
662 : CIEEdge(&CIEEdge), PCBeginEdge(&PCBeginEdge), LSDAEdge(LSDAEdge) {} in EHFrameCFIBlockInspector()