/external/llvm-project/mlir/lib/IR/ |
D | Diagnostics.cpp | 418 SourceMgrDiagnosticHandler::SourceMgrDiagnosticHandler(llvm::SourceMgr &mgr, in SourceMgrDiagnosticHandler() function in SourceMgrDiagnosticHandler 426 SourceMgrDiagnosticHandler::SourceMgrDiagnosticHandler(llvm::SourceMgr &mgr, in SourceMgrDiagnosticHandler() function in SourceMgrDiagnosticHandler 428 : SourceMgrDiagnosticHandler(mgr, ctx, llvm::errs()) {} in SourceMgrDiagnosticHandler() 430 SourceMgrDiagnosticHandler::~SourceMgrDiagnosticHandler() {} in ~SourceMgrDiagnosticHandler() 432 void SourceMgrDiagnosticHandler::emitDiagnostic(Location loc, Twine message, in emitDiagnostic() 468 void SourceMgrDiagnosticHandler::emitDiagnostic(Diagnostic &diag) { in emitDiagnostic() 498 SourceMgrDiagnosticHandler::getBufferForFile(StringRef filename) { in getBufferForFile() 506 llvm::SMLoc SourceMgrDiagnosticHandler::convertLocToSMLoc(FileLineColLoc loc) { in convertLocToSMLoc() 663 : SourceMgrDiagnosticHandler(srcMgr, ctx, out), in SourceMgrDiagnosticVerifierHandler()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Diagnostics.h | 532 class SourceMgrDiagnosticHandler : public ScopedDiagnosticHandler { 534 SourceMgrDiagnosticHandler(llvm::SourceMgr &mgr, MLIRContext *ctx, 536 SourceMgrDiagnosticHandler(llvm::SourceMgr &mgr, MLIRContext *ctx); 537 ~SourceMgrDiagnosticHandler(); 579 class SourceMgrDiagnosticVerifierHandler : public SourceMgrDiagnosticHandler {
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | error_util.h | 37 class StatusScopedDiagnosticHandler : public SourceMgrDiagnosticHandler {
|
D | error_util.cc | 24 : SourceMgrDiagnosticHandler(source_mgr_, context, diag_stream_), in StatusScopedDiagnosticHandler()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/ |
D | tfr_wrapper.cc | 51 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(source_mgr, &ctx); in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/ |
D | tf_tfjs_translate.cc | 128 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(source_mgr, &context); in main()
|
/external/llvm-project/mlir/examples/toy/Ch3/ |
D | toyc.cpp | 111 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
|
/external/llvm-project/mlir/examples/toy/Ch4/ |
D | toyc.cpp | 112 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
|
/external/tensorflow/tensorflow/compiler/mlir/ |
D | tf_mlir_translate_main.cc | 161 mlir::SourceMgrDiagnosticHandler diagnostic_handler(sourceMgr, &context); in main()
|
/external/llvm-project/mlir/examples/toy/Ch5/ |
D | toyc.cpp | 115 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
|
/external/llvm-project/mlir/lib/Support/ |
D | MlirOptMain.cpp | 108 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in processBuffer()
|
/external/llvm-project/mlir/lib/Translation/ |
D | Translation.cpp | 184 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in mlirTranslateMain()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | tf_tfl_translate.cc | 143 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(source_mgr, &context); in main()
|
/external/llvm-project/mlir/lib/Parser/ |
D | DialectSymbolParser.cpp | 598 SourceMgrDiagnosticHandler handler( in parseSymbol()
|
/external/llvm-project/mlir/docs/ |
D | Diagnostics.md | 303 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context);
|