Searched refs:SourceMgrDiagnosticHandler (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 432 SourceMgrDiagnosticHandler::SourceMgrDiagnosticHandler( in SourceMgrDiagnosticHandler() function in SourceMgrDiagnosticHandler 441 SourceMgrDiagnosticHandler::SourceMgrDiagnosticHandler( in SourceMgrDiagnosticHandler() function in SourceMgrDiagnosticHandler 443 : SourceMgrDiagnosticHandler(mgr, ctx, llvm::errs(), in SourceMgrDiagnosticHandler() 446 SourceMgrDiagnosticHandler::~SourceMgrDiagnosticHandler() = default; 448 void SourceMgrDiagnosticHandler::emitDiagnostic(Location loc, Twine message, in emitDiagnostic() 484 void SourceMgrDiagnosticHandler::emitDiagnostic(Diagnostic &diag) { in emitDiagnostic() 531 SourceMgrDiagnosticHandler::getBufferForFile(StringRef filename) { in getBufferForFile() 537 Optional<Location> SourceMgrDiagnosticHandler::findLocToShow(Location loc) { in findLocToShow() 574 SMLoc SourceMgrDiagnosticHandler::convertLocToSMLoc(FileLineColLoc loc) { in convertLocToSMLoc() 800 : SourceMgrDiagnosticHandler(srcMgr, ctx, out), in SourceMgrDiagnosticVerifierHandler()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Diagnostics.h | 551 class SourceMgrDiagnosticHandler : public ScopedDiagnosticHandler { 562 SourceMgrDiagnosticHandler(llvm::SourceMgr &mgr, MLIRContext *ctx, 565 SourceMgrDiagnosticHandler(llvm::SourceMgr &mgr, MLIRContext *ctx, 567 ~SourceMgrDiagnosticHandler(); 617 class SourceMgrDiagnosticVerifierHandler : public SourceMgrDiagnosticHandler {
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestDiagnostics.cpp | 49 SourceMgrDiagnosticHandler handler(sourceMgr, &getContext(), llvm::errs(), in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/ |
| H A D | MlirTranslateMain.cpp | 89 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in mlirTranslateMain()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/ |
| H A D | toyc.cpp | 111 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch4/ |
| H A D | toyc.cpp | 112 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch5/ |
| H A D | toyc.cpp | 116 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | Diagnostics.md | 255 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); 265 this obfuscation, the `SourceMgrDiagnosticHandler` provides support for 267 must simply provide a filter function to the `SourceMgrDiagnosticHandler` on 291 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context, shouldShowFn);
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/ |
| H A D | MlirOptMain.cpp | 123 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in processBuffer()
|
| /llvm-project-15.0.7/mlir/lib/AsmParser/ |
| H A D | DialectSymbolParser.cpp | 314 SourceMgrDiagnosticHandler handler( in parseSymbol()
|
| H A D | AffineParser.cpp | 751 SourceMgrDiagnosticHandler handler(sourceMgr, context, os); in parseIntegerSet()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 1363 SourceMgrDiagnosticHandler diagHandler(sourceMgr, &mlirContext, os); in getPDLLViewOutput()
|