Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp404 static llvm::SourceMgr::DiagKind getDiagKind(DiagnosticSeverity kind) { in getDiagKind() function
445 return mgr.PrintMessage(os, llvm::SMLoc(), getDiagKind(kind), strOS.str()); in emitDiagnostic()
453 return mgr.PrintMessage(os, smloc, getDiagKind(kind), message); in emitDiagnostic()
463 llvm::SMDiagnostic diag(locOS.str(), getDiagKind(kind), message.str()); in emitDiagnostic()