Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h100 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
102 CallFrameDestroyOpcode(CFDestroyOpcode), CatchRetOpcode(CatchRetOpcode), in CallFrameSetupOpcode()
232 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode()
1981 unsigned CatchRetOpcode; variable