Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp418 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/
DDiagnostics.h532 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/
Derror_util.h37 class StatusScopedDiagnosticHandler : public SourceMgrDiagnosticHandler {
Derror_util.cc24 : SourceMgrDiagnosticHandler(source_mgr_, context, diag_stream_), in StatusScopedDiagnosticHandler()
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_wrapper.cc51 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(source_mgr, &ctx); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/mlir/tfjs/translate/
Dtf_tfjs_translate.cc128 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(source_mgr, &context); in main()
/external/llvm-project/mlir/examples/toy/Ch3/
Dtoyc.cpp111 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
/external/llvm-project/mlir/examples/toy/Ch4/
Dtoyc.cpp112 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
/external/tensorflow/tensorflow/compiler/mlir/
Dtf_mlir_translate_main.cc161 mlir::SourceMgrDiagnosticHandler diagnostic_handler(sourceMgr, &context); in main()
/external/llvm-project/mlir/examples/toy/Ch5/
Dtoyc.cpp115 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in dumpMLIR()
/external/llvm-project/mlir/lib/Support/
DMlirOptMain.cpp108 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in processBuffer()
/external/llvm-project/mlir/lib/Translation/
DTranslation.cpp184 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context); in mlirTranslateMain()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_tfl_translate.cc143 mlir::SourceMgrDiagnosticHandler sourceMgrHandler(source_mgr, &context); in main()
/external/llvm-project/mlir/lib/Parser/
DDialectSymbolParser.cpp598 SourceMgrDiagnosticHandler handler( in parseSymbol()
/external/llvm-project/mlir/docs/
DDiagnostics.md303 SourceMgrDiagnosticHandler sourceMgrHandler(sourceMgr, &context);