HomeSort by relevance Sort by last modified time
    Searched refs:UnwindBB (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 690 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", F);
692 "exn.obj", UnwindBB);
700 BranchInst::Create(UnwindBB, RI->getParent());
709 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB);
713 new UnreachableInst(Ctx, UnwindBB);
716 DT->addNewBlock(UnwindBB, UnwindBBDom);
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 492 BasicBlock *UnwindBB = BasicBlock::Create(F.getContext(), "unwindbb", &F);
493 UnreachablePlaceholder = new UnreachableInst(F.getContext(), UnwindBB);
497 SwitchInst::Create(CatchLoad, UnwindBB, Invokes.size(), CatchBB);
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]

Completed in 1095 milliseconds