OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasStackObjects
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
230
///
hasStackObjects
- Return true if there are any stack objects in this
233
bool
hasStackObjects
() const { return !Objects.empty(); }
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
705
if (!Fn.getFrameInfo()->
hasStackObjects
()) return; // Nothing to do?
Completed in 15 milliseconds