OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasVAStart
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h
350
bool
HasVAStart
= false;
371
YamlIO.mapOptional("
hasVAStart
", MFI.
HasVAStart
);
MachineFrameInfo.h
266
bool
HasVAStart
= false;
519
bool
hasVAStart
() const { return
HasVAStart
; }
520
void setHasVAStart(bool B) {
HasVAStart
= B; }
Completed in 115 milliseconds