Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetInstrInfo.h59 unsigned CatchRetOpcode = ~0u, unsigned ReturnOpcode = ~0u)
62 CatchRetOpcode(CatchRetOpcode), in CallFrameSetupOpcode()
155 unsigned getCatchReturnOpcode() const { return CatchRetOpcode; } in getCatchReturnOpcode()
1483 unsigned CatchRetOpcode; variable