OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setHasStackFrame
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h
103
void
setHasStackFrame
(bool s) { HasStackFrame = s; }
/external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h
149
void
setHasStackFrame
(bool s) { HasStackFrame = s; }
Completed in 74 milliseconds