HomeSort by relevance Sort by last modified time
    Searched defs:getOffsetOfLocalArea (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetFrameLowering.h 84 /// getOffsetOfLocalArea - This method returns the offset of the local area
87 int getOffsetOfLocalArea() const { return LocalAreaOffset; }
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 104 /// getOffsetOfLocalArea - This method returns the offset of the local area
107 int getOffsetOfLocalArea() const { return LocalAreaOffset; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 104 /// getOffsetOfLocalArea - This method returns the offset of the local area
107 int getOffsetOfLocalArea() const { return LocalAreaOffset; }

Completed in 418 milliseconds