Home
last modified time | relevance | path

Searched defs:CatchSwitchInst (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h63 class CatchSwitchInst; variable
H A DValue.h135 friend class CatchSwitchInst; // For getting `Val`. variable
H A DInstruction.h85 friend class CatchSwitchInst; // For getTopmostLLVMInstruction(). variable
1757 CatchSwitchInst(llvm::CatchSwitchInst *CSI, Context &Ctx) in CatchSwitchInst() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h54 class CatchSwitchInst; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1083 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() function in CatchSwitchInst
1095 CatchSwitchInst::CatchSwitchInst(const CatchSwitchInst &CSI) in CatchSwitchInst() function in CatchSwitchInst