/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | EHPersonalities.cpp | 128 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 744 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src)); in CloneInstruction() local 754 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 764 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 222 Value *ParentPad) { in getEHPadFromPredecessor() 533 const Value *ParentPad; in calculateClrEHStateNumbers() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGException.cpp | 949 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local 993 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitWasmCatchPadBlock() local 1581 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateFunclet() local
|
H A D | CGCleanup.cpp | 1013 llvm::Value *ParentPad = CurrentFuncletPad; in PopCleanupBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 1092 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1104 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1126 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init() 1174 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init() 1191 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst() 1200 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
|
H A D | Verifier.cpp | 4069 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local 4250 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
|
H A D | Core.cpp | 3203 LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchPad() 3211 LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCleanupPad() 3227 LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchSwitch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 625 Value *ParentPad = nullptr; in ehAwareSplitEdge() local
|
H A D | InlineFunction.cpp | 725 if (auto *ParentPad = in HandleInlinedEHPad() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 4494 Value *ParentPad = in parseFunctionBody() local 4533 Value *ParentPad = in parseFunctionBody() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6731 Value *ParentPad; in parseCatchSwitch() local 6802 Value *ParentPad = nullptr; in parseCleanupPad() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1702 Value *ParentPad = I.getCatchSwitchParentPad(); in visitCatchRet() local
|