/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | EHPersonalities.cpp | 132 Value *ParentPad = CatchRet->getCatchSwitchParentPad(); in colorEHFunclets() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 749 LLVMValueRef ParentPad = CloneValue(LLVMGetParentCatchSwitch(Src)); in CloneInstruction() local 759 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local 769 LLVMValueRef ParentPad = CloneValue(LLVMGetOperand(Src, 0)); in CloneInstruction() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 222 Value *ParentPad) { in getEHPadFromPredecessor() 533 const Value *ParentPad; in calculateClrEHStateNumbers() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGException.cpp | 955 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local 999 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitWasmCatchPadBlock() local 1584 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateFunclet() local
|
H A D | CGCleanup.cpp | 1024 llvm::Value *ParentPad = CurrentFuncletPad; in PopCleanupBlock() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 1232 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1244 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst() 1266 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init() 1314 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init() 1331 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst() 1340 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
|
H A D | Verifier.cpp | 4244 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local 4426 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
|
H A D | Core.cpp | 3165 LLVMValueRef LLVMBuildCatchPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchPad() 3172 LLVMValueRef LLVMBuildCleanupPad(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCleanupPad() 3187 LLVMValueRef LLVMBuildCatchSwitch(LLVMBuilderRef B, LLVMValueRef ParentPad, in LLVMBuildCatchSwitch()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1841 Value *ParentPad = CPI->getParentPad(); in handleLongjmpableCallsForWasmSjLj() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 745 Value *ParentPad = nullptr; in ehAwareSplitEdge() local
|
H A D | InlineFunction.cpp | 716 if (auto *ParentPad = in HandleInlinedEHPad() local
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5330 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, in parseFunctionBody() local 5371 Value *ParentPad = getValue(Record, Idx++, NextValueNo, TokenTy, in parseFunctionBody() local
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6848 Value *ParentPad; in parseCatchSwitch() local 6919 Value *ParentPad = nullptr; in parseCleanupPad() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1782 Value *ParentPad = I.getCatchSwitchParentPad(); in visitCatchRet() local
|