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

  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 195 uint64_t getResourceSize() const { return ResourceSize; }
216 uint64_t getStackSize() const { return getResourceSize(); }
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 121 DP << " exceeded (" << getResourceSize() << ") in " << getFunction();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DiagnosticInfo.h 201 uint64_t getResourceSize() const { return ResourceSize; }
220 uint64_t getStackSize() const { return getResourceSize(); }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DiagnosticInfo.cpp 77 DP << " exceeded (" << getResourceSize() << ") in " << getFunction();

Completed in 164 milliseconds