Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h99 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
101 CallFrameDestroyOpcode(CFDestroyOpcode), CatchRetOpcode(CatchRetOpcode), in CallFrameSetupOpcode()
234 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode()
2006 unsigned CatchRetOpcode; variable