#include "mlir/IR/AsmState.h"
#include "mlir/Support/LLVM.h"
#include <functional>
#include <memory>
Go to the source code of this file.
|
| namespace | llvm |
| | The OpAsmOpInterface, see OpAsmInterface.td for more details.
|
| namespace | mlir |
| | Include the generated interface declarations.
|
|
| bool | mlir::isBytecode (llvm::MemoryBufferRef buffer) |
| | Returns true if the given buffer starts with the magic bytes that signal MLIR bytecode.
|
| LogicalResult | mlir::readBytecodeFile (llvm::MemoryBufferRef buffer, Block *block, const ParserConfig &config) |
| | Read the operations defined within the given memory buffer, containing MLIR bytecode, into the provided block.
|
| LogicalResult | mlir::readBytecodeFile (const std::shared_ptr< llvm::SourceMgr > &sourceMgr, Block *block, const ParserConfig &config) |
| | An overload with a source manager whose main file buffer is used for parsing.
|