OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsEHFuncletEntry
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
160
bool
IsEHFuncletEntry
= false;
552
bool
isEHFuncletEntry
() const { return
IsEHFuncletEntry
; }
555
void setIsEHFuncletEntry(bool V = true) {
IsEHFuncletEntry
= V; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIParser.cpp
653
bool
IsEHFuncletEntry
= false;
670
IsEHFuncletEntry
= true;
716
MBB->setIsEHFuncletEntry(
IsEHFuncletEntry
);
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026