Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
H A DEHFrameSupport.h52 return PersonalityEdge; in getPersonalityEdge()
75 EHFrameCFIBlockInspector(Edge *PersonalityEdge);
81 Edge *PersonalityEdge; member
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp683 EHFrameCFIBlockInspector::EHFrameCFIBlockInspector(Edge *PersonalityEdge) in EHFrameCFIBlockInspector() argument
684 : PersonalityEdge(PersonalityEdge) {} in EHFrameCFIBlockInspector()