My Project
Namespaces | Functions
Parser.h File Reference
#include <cstddef>
Include dependency graph for Parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 
 mlir
 

Functions

OwningModuleRef mlir::parseSourceFile (const llvm::SourceMgr &sourceMgr, MLIRContext *context)
 
OwningModuleRef mlir::parseSourceFile (llvm::StringRef filename, MLIRContext *context)
 
OwningModuleRef mlir::parseSourceFile (llvm::StringRef filename, llvm::SourceMgr &sourceMgr, MLIRContext *context)
 
OwningModuleRef mlir::parseSourceString (llvm::StringRef moduleStr, MLIRContext *context)
 
Attribute mlir::parseAttribute (llvm::StringRef attrStr, MLIRContext *context)
 
Attribute mlir::parseAttribute (llvm::StringRef attrStr, Type type)
 
Attribute mlir::parseAttribute (llvm::StringRef attrStr, MLIRContext *context, size_t &numRead)
 
Attribute mlir::parseAttribute (llvm::StringRef attrStr, Type type, size_t &numRead)
 
Type mlir::parseType (llvm::StringRef typeStr, MLIRContext *context)
 
Type mlir::parseType (llvm::StringRef typeStr, MLIRContext *context, size_t &numRead)