Home
last modified time | relevance | path

Searched defs:UnwindBB (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp222 BasicBlock *UnwindBB = RI->getParent(); in InsertUnwindResumeCalls() local
234 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn); in InsertUnwindResumeCalls() local
DWasmEHPrepare.cpp363 const auto *UnwindBB = CatchPad->getCatchSwitch()->getUnwindDest(); in calculateWasmEHInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp930 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) { in init()
939 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
948 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, in CleanupReturnInst()
DCore.cpp3167 LLVMBasicBlockRef UnwindBB, in LLVMBuildCatchSwitch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp6057 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local
6196 BasicBlock *UnwindBB = nullptr; in ParseCleanupRet() local
6264 BasicBlock *UnwindBB = nullptr; in ParseCatchSwitch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4477 BasicBlock *UnwindBB = getBasicBlock(Record[OpNum++]); in parseFunctionBody() local