Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h213 uint64_t getResourceLimit() const { return ResourceLimit; } in getResourceLimit() function
233 uint64_t getStackLimit() const { return getResourceLimit(); } in getStackLimit()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDiagnosticInfo.cpp70 << getResourceLimit() << ") in function '" << getFunction() << '\''; in print()