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

  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 138 BasicBlock *UnwindBB = RI->getParent();
142 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB);
146 new UnreachableInst(Ctx, UnwindBB);
150 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn);
152 "exn.obj", UnwindBB);
160 BranchInst::Create(UnwindBB, Parent);
169 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB);
173 new UnreachableInst(Ctx, UnwindBB);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 476 milliseconds