|
| std::string | mlir::registerCLIOptions (llvm::StringRef toolName, DialectRegistry ®istry) |
| | Register basic command line options.
|
| std::pair< std::string, std::string > | mlir::parseCLIOptions (int argc, char **argv, llvm::StringRef helpHeader) |
| | Parse command line options.
|
| std::pair< std::string, std::string > | mlir::registerAndParseCLIOptions (int argc, char **argv, llvm::StringRef toolName, DialectRegistry ®istry) |
| | Register and parse command line options.
|
| LogicalResult | mlir::MlirOptMain (llvm::raw_ostream &outputStream, std::unique_ptr< llvm::MemoryBuffer > buffer, DialectRegistry ®istry, const MlirOptMainConfig &config) |
| | Perform the core processing behind mlir-opt.
|
| LogicalResult | mlir::MlirOptMain (int argc, char **argv, llvm::StringRef toolName, DialectRegistry ®istry) |
| | Implementation for tools like mlir-opt.
|
| LogicalResult | mlir::MlirOptMain (int argc, char **argv, llvm::StringRef inputFilename, llvm::StringRef outputFilename, DialectRegistry ®istry) |
| | Implementation for tools like mlir-opt.
|
| int | mlir::asMainReturnCode (LogicalResult r) |
| | Helper wrapper to return the result of MlirOptMain directly from main.
|