#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
|
| llvm |
| The OpAsmOpInterface, see OpAsmInterface.td for more details.
|
|
| mlir |
| Include the generated interface declarations.
|
|
|
using | mlir::TranslateSourceMgrToMLIRFunction = std::function< OwningOpRef< ModuleOp >(llvm::SourceMgr &sourceMgr, MLIRContext *)> |
| Interface of the function that translates the sources managed by sourceMgr to MLIR. More...
|
|
using | mlir::TranslateStringRefToMLIRFunction = std::function< OwningOpRef< ModuleOp >(llvm::StringRef, MLIRContext *)> |
| Interface of the function that translates the given string to MLIR. More...
|
|
using | mlir::TranslateFromMLIRFunction = std::function< LogicalResult(ModuleOp, llvm::raw_ostream &output)> |
| Interface of the function that translates MLIR to a different format and outputs the result to a stream. More...
|
|
using | mlir::TranslateFunction = std::function< LogicalResult(llvm::SourceMgr &sourceMgr, llvm::raw_ostream &output, MLIRContext *)> |
| Interface of the function that performs file-to-file translation involving MLIR. More...
|
|