Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp141 BasicBlock *UnwindBB = RI->getParent(); in InsertUnwindResumeCalls() local
153 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn); in InsertUnwindResumeCalls() local
/external/llvm/lib/Transforms/Utils/
DLowerInvoke.cpp473 BasicBlock *UnwindBB = BasicBlock::Create(F.getContext(), "unwindbb", &F); in insertExpensiveEHSupport() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2325 BasicBlock *UnwindBB = getBasicBlock(Record[3]); in ParseFunctionBody() local
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp2499 llvm::BasicBlock *UnwindBB = CGF.getInvokeDest(); in EmitThrowStmt() local
/external/llvm/lib/AsmParser/
DLLParser.cpp3172 BasicBlock *NormalBB, *UnwindBB; in ParseInvoke() local