HomeSort by relevance Sort by last modified time
    Searched defs:getLocationStr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
DiagnosticInfo.cpp 164 const std::string DiagnosticInfoWithDebugLocBase::getLocationStr() const {
174 DP << getLocationStr() << ": " << getMsg();
246 OS << getLocationStr() << ": in function " << getFunction().getName() << ' '
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DiagnosticInfo.cpp 130 const std::string DiagnosticInfoWithLocationBase::getLocationStr() const {
202 DP << getLocationStr() << ": " << getMsg();
312 OS << getLocationStr() << ": in function " << getFunction().getName() << ' '

Completed in 353 milliseconds