Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp57 DP << getLocationStr() << ": " << getMsgStr(); in print()
98 DP << getLocationStr() << ": " << MsgStr << " in function '" << getFunction() in print()
110 DP << getLocationStr() << ": " << getResourceName() << " (" in print()
189 std::string DiagnosticInfoWithLocationBase::getLocationStr() const { in getLocationStr() function in DiagnosticInfoWithLocationBase
283 DP << getLocationStr() << ": " << getMsg(); in print()
407 OS << getLocationStr() << ": in function " << getFunction().getName() << ' ' in print()
456 DP << getLocationStr() << ": " << getMsg(); in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h365 std::string getLocationStr() const;