OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLocalFrameSize
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFrameInfo.h
304
///
getLocalFrameSize
- Get the size of the local object blob.
305
int64_t
getLocalFrameSize
() const { return LocalFrameSize; }
/external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
361
int64_t
getLocalFrameSize
() const { return LocalFrameSize; }
Completed in 199 milliseconds