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

  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 49 unsigned LocalStackSize;
131 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; }
132 unsigned getLocalStackSize() const { return LocalStackSize; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 53 unsigned LocalStackSize;
136 void setLocalStackSize(unsigned Size) { LocalStackSize = Size; }
137 unsigned getLocalStackSize() const { return LocalStackSize; }
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 1492 milliseconds