/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | EHPersonalities.cpp | 152 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
|
H A D | Instructions.cpp | 1017 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1040 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init() 1088 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init() 1105 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
|
H A D | Verifier.cpp | 4553 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local 4735 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
|
H A D | Core.cpp | 3422 LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchPad() 3429 LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCleanupPad() 3444 LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchSwitch()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 973 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local 1017 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitWasmCatchPadBlock() local 1609 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateFunclet() local
|
H A D | CGCleanup.cpp | 1032 llvm::Value *ParentPad = CurrentFuncletPad; in PopCleanupBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 357 Value *ParentPad) { in getEHPadFromPredecessor() 682 const Value *ParentPad; in calculateClrEHStateNumbers() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1718 Value *ParentPad = CPI->getParentPad(); in handleLongjmpableCallsForWasmSjLj() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 891 Value *ParentPad = nullptr; in ehAwareSplitEdge() local
|
H A D | InlineFunction.cpp | 717 if (auto *ParentPad = in HandleInlinedEHPad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5551 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, in parseFunctionBody() local 5594 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, in parseFunctionBody() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7462 Value *ParentPad; in parseCatchSwitch() local 7533 Value *ParentPad = nullptr; in parseCleanupPad() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1998 Value *ParentPad = I.getCatchSwitchParentPad(); in visitCatchRet() local
|