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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp222 BasicBlock *UnwindBB = RI->getParent(); local
234 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn); local
H A DWasmEHPrepare.cpp363 const auto *UnwindBB = CatchPad->getCatchSwitch()->getUnwindDest(); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp907 llvm::BasicBlock *UnwindBB = local
951 llvm::BasicBlock *UnwindBB = local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp930 void CleanupReturnInst::init(Value *CleanupPad, BasicBlock *UnwindBB) { argument
939 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, argument
948 CleanupReturnInst::CleanupReturnInst(Value *CleanupPad, BasicBlock *UnwindBB, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1115 CatchSwitchInst *CreateCatchSwitch(Value *ParentPad, BasicBlock *UnwindBB, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4477 BasicBlock *UnwindBB = getBasicBlock(Record[OpNum++]); local

Completed in 109 milliseconds