Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp432 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 DDiagnostics.h551 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 DTestDiagnostics.cpp49 SourceMgrDiagnosticHandler handler(sourceMgr, &getContext(), llvm::errs(), in runOnOperation()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-translate/
H A DMlirTranslateMain.cpp89 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in mlirTranslateMain()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/
H A Dtoyc.cpp111 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
/llvm-project-15.0.7/mlir/examples/toy/Ch4/
H A Dtoyc.cpp112 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
/llvm-project-15.0.7/mlir/examples/toy/Ch5/
H A Dtoyc.cpp116 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
/llvm-project-15.0.7/mlir/docs/
H A DDiagnostics.md255 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 DMlirOptMain.cpp123 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in processBuffer()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DDialectSymbolParser.cpp314 SourceMgrDiagnosticHandler handler( in parseSymbol()
H A DAffineParser.cpp751 SourceMgrDiagnosticHandler handler(sourceMgr, context, os); in parseIntegerSet()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1363 SourceMgrDiagnosticHandler diagHandler(sourceMgr, &mlirContext, os); in getPDLLViewOutput()