Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h114 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
116 CallFrameDestroyOpcode(CFDestroyOpcode), CatchRetOpcode(CatchRetOpcode), in CallFrameSetupOpcode()
250 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode()
2280 unsigned CatchRetOpcode; variable