HomeSort by relevance Sort by last modified time
    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