OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnwindBB
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DwarfEHPrepare.cpp
204
BasicBlock *
UnwindBB
= RI->getParent();
208
CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "",
UnwindBB
);
213
new UnreachableInst(Ctx,
UnwindBB
);
220
BasicBlock *
UnwindBB
= BasicBlock::Create(Ctx, "unwind_resume", &F);
222
UnwindBB
);
228
BranchInst::Create(
UnwindBB
, Parent);
229
Updates.push_back({DominatorTree::Insert, Parent,
UnwindBB
});
238
CallInst *CI = CallInst::Create(RewindFunction, PN, "",
UnwindBB
);
243
new UnreachableInst(Ctx,
UnwindBB
);
WasmEHPrepare.cpp
371
const auto *
UnwindBB
= CatchPad->getCatchSwitch()->getUnwindDest();
372
if (!
UnwindBB
)
374
const Instruction *UnwindPad =
UnwindBB
->getFirstNonPHI();
379
EHInfo.setUnwindDest(&BB,
UnwindBB
);
/src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp
765
LLVMBasicBlockRef
UnwindBB
= nullptr;
767
UnwindBB
= DeclareBB(UDest);
770
Dst = LLVMBuildCatchSwitch(Builder, ParentPad,
UnwindBB
, NumHandlers, Name);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp
952
llvm::BasicBlock *
UnwindBB
=
957
CGF.Builder.CreateCatchSwitch(ParentPad,
UnwindBB
, NumHandlers);
996
llvm::BasicBlock *
UnwindBB
=
1001
CGF.Builder.CreateCatchSwitch(ParentPad,
UnwindBB
, NumHandlers);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
4666
// INVOKE: [attrs, cc, normBB,
unwindBB
, fnty, op0,op1,op2, ...]
4673
BasicBlock *
UnwindBB
= getBasicBlock(Record[OpNum++]);
4729
I = InvokeInst::Create(FTy, Callee, NormalBB,
UnwindBB
, Ops,
Completed in 25 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026