Searched refs:emitDiag (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/IR/ |
D | Diagnostics.cpp | 279 emitDiag(Location location, DiagnosticSeverity severity, const Twine &message) { in emitDiag() function 303 return emitDiag(loc, DiagnosticSeverity::Error, message); in emitError() 311 return emitDiag(loc, DiagnosticSeverity::Warning, message); in emitWarning() 319 return emitDiag(loc, DiagnosticSeverity::Remark, message); in emitRemark()
|
/external/llvm-project/mlir/docs/ |
D | Diagnostics.md | 240 …#1 0x000055dd3f8ac162 emitDiag(mlir::Location, mlir::DiagnosticSeverity, llvm::Twine const&) /lib/…
|