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

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 219 BasicBlock *UnwindBB = RI->getParent();
223 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB);
227 new UnreachableInst(Ctx, UnwindBB);
231 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn);
233 "exn.obj", UnwindBB);
239 BranchInst::Create(UnwindBB, Parent);
248 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB);
252 new UnreachableInst(Ctx, UnwindBB);
  /external/clang/lib/CodeGen/
CGException.cpp 884 llvm::BasicBlock *UnwindBB =
889 CGF.Builder.CreateCatchSwitch(ParentPad, UnwindBB, NumHandlers);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 175 milliseconds