OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isEHCatchretTarget
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
157
bool
IsEHCatchretTarget
= false;
181
/// Cached MCSymbol for this block (used if
IsEHCatchRetTarget
).
546
bool
isEHCatchretTarget
() const { return
IsEHCatchretTarget
; }
549
void setIsEHCatchretTarget(bool V = true) {
IsEHCatchretTarget
= V; }
MachineBasicBlock.h
157
bool
IsEHCatchretTarget
= false;
181
/// Cached MCSymbol for this block (used if
IsEHCatchRetTarget
).
546
bool
isEHCatchretTarget
() const { return
IsEHCatchretTarget
; }
549
void setIsEHCatchretTarget(bool V = true) {
IsEHCatchretTarget
= V; }
Completed in 52 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026