OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCleanupFuncletEntry
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp
197
StringRef HandlerPrefix = MBB->
isCleanupFuncletEntry
() ? "dtor" : "catch";
249
if (!CurrentFuncletEntry->
isCleanupFuncletEntry
())
276
!CurrentFuncletEntry->
isCleanupFuncletEntry
()) {
923
if (FuncletStart->
isCleanupFuncletEntry
())
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
163
bool
IsCleanupFuncletEntry
= false;
558
bool
isCleanupFuncletEntry
() const { return
IsCleanupFuncletEntry
; }
561
void setIsCleanupFuncletEntry(bool V = true) {
IsCleanupFuncletEntry
= V; }
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86SpeculativeLoadHardening.cpp
521
assert(!MBB.
isCleanupFuncletEntry
() && "Only Itanium ABI EH supported!");
X86FrameLowering.cpp
1756
if (!MBB.
isCleanupFuncletEntry
()) {
Completed in 24 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026