OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnwindBB
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp
137
BasicBlock *
UnwindBB
= RI->getParent();
141
CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "",
UnwindBB
);
145
new UnreachableInst(Ctx,
UnwindBB
);
149
BasicBlock *
UnwindBB
= BasicBlock::Create(Ctx, "unwind_resume", &Fn);
151
"exn.obj",
UnwindBB
);
159
BranchInst::Create(
UnwindBB
, Parent);
168
CallInst *CI = CallInst::Create(RewindFunction, PN, "",
UnwindBB
);
172
new UnreachableInst(Ctx,
UnwindBB
);
/external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
471
BasicBlock *
UnwindBB
= BasicBlock::Create(F.getContext(), "
unwindbb
", &F);
472
UnreachablePlaceholder = new UnreachableInst(F.getContext(),
UnwindBB
);
476
SwitchInst::Create(CatchLoad,
UnwindBB
, Invokes.size(), CatchBB);
/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
...]
Completed in 318 milliseconds