#include "mlir/IR/OwningOpRef.h"
#include <memory>
Go to the source code of this file.
|  | 
|  | llvm | 
|  | The OpAsmOpInterface, see OpAsmInterface.td for more details. 
 | 
|  | 
|  | mlir | 
|  | Include the generated interface declarations. 
 | 
|  | 
|  | 
| OwningOpRef< ModuleOp > | mlir::translateLLVMIRToModule (std::unique_ptr< llvm::Module > llvmModule, MLIRContext *context, bool emitExpensiveWarnings=true, bool dropDICompositeTypeElements=false, bool loadAllDialects=true, bool preferUnregisteredIntrinsics=false, bool importStructsAsLiterals=false) | 
|  | Translates the LLVM module into an MLIR module living in the given context.  More... 
 | 
|  | 
| DataLayoutSpecInterface | mlir::translateDataLayout (const llvm::DataLayout &dataLayout, MLIRContext *context) | 
|  | Translate the given LLVM data layout into an MLIR equivalent using the DLTI dialect.  More... 
 | 
|  |