Home
last modified time | relevance | path

Searched defs:ParentPad (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Analysis/
DEHPersonalities.cpp95 Value *ParentPad = CatchRet->getParentPad(); in colorEHFunclets() local
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp206 Value *ParentPad) { in getEHPadFromPredecessor()
467 Value *ParentPad; in calculateClrEHStateNumbers() local
543 Value *ParentPad = CatchRet->getParentPad(); in calculateCatchReturnSuccessorColors() local
/external/clang/lib/CodeGen/
DCGException.cpp881 llvm::Value *ParentPad = CGF.CurrentFuncletPad; in emitCatchPadBlock() local
1330 llvm::Value *ParentPad = CurrentFuncletPad; in getTerminateHandler() local
DCGCleanup.cpp912 llvm::Value *ParentPad = CurrentFuncletPad; in PopCleanupBlock() local
/external/llvm/lib/IR/
DInstructions.cpp869 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
881 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest, in CatchSwitchInst()
903 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest, in init()
950 void FuncletPadInst::init(Value *ParentPad, ArrayRef<Value *> Args, in init()
967 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
976 FuncletPadInst::FuncletPadInst(Instruction::FuncletPadOps Op, Value *ParentPad, in FuncletPadInst()
DVerifier.cpp3021 auto *ParentPad = CPI.getParentPad(); in visitCleanupPadInst() local
3079 auto *ParentPad = CatchSwitch.getParentPad(); in visitCatchSwitchInst() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4475 Value *ParentPad = in parseFunctionBody() local
4514 Value *ParentPad = in parseFunctionBody() local
/external/llvm/lib/AsmParser/
DLLParser.cpp5223 Value *ParentPad; in ParseCatchSwitch() local
5296 Value *ParentPad = nullptr; in ParseCleanupPad() local