Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h101 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
103 CallFrameDestroyOpcode(CFDestroyOpcode), CatchRetOpcode(CatchRetOpcode), in CallFrameSetupOpcode()
241 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode()
2075 unsigned CatchRetOpcode; variable