Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DEHFrameSupport.h53 return PersonalityEdge; in getPersonalityEdge()
76 EHFrameCFIBlockInspector(Edge *PersonalityEdge);
82 Edge *PersonalityEdge; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp656 EHFrameCFIBlockInspector::EHFrameCFIBlockInspector(Edge *PersonalityEdge) in EHFrameCFIBlockInspector() argument
657 : PersonalityEdge(PersonalityEdge) {} in EHFrameCFIBlockInspector()