Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp74 if (getResourceLimit() != 0) in print()
75 DP << " (" << getResourceLimit() << ')'; in print()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h207 uint64_t getResourceLimit() const { return ResourceLimit; } in getResourceLimit() function
227 uint64_t getStackLimit() const { return getResourceLimit(); } in getStackLimit()