Home
last modified time | relevance | path

Searched refs:getResourceLimit (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDiagnosticInfo.cpp75 if (getResourceLimit() != 0) in print()
76 DP << " of " << getResourceLimit(); in print()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDiagnosticInfo.h203 uint64_t getResourceLimit() const { return ResourceLimit; } in getResourceLimit() function
223 uint64_t getStackLimit() const { return getResourceLimit(); } in getStackLimit()