Searched defs:getLocalFrameSize (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h361 int64_t getLocalFrameSize() const { return LocalFrameSize; } function in class:llvm::MachineFrameInfo
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineFrameInfo.h304 /// getLocalFrameSize - Get the size of the local object blob.
305 int64_t getLocalFrameSize() const { return LocalFrameSize; } function in class:llvm::MachineFrameInfo

Completed in 105 milliseconds