LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Parser.h File Reference
#include <string>
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
 List of target independent CodeGen pass IDs.
 

Functions

Modulellvm::ParseAssemblyFile (const std::string &Filename, SMDiagnostic &Error, LLVMContext &Context)
 Parse LLVM Assembly from a file. More...
 
Modulellvm::ParseAssemblyString (const char *AsmString, Module *M, SMDiagnostic &Error, LLVMContext &Context)
 Parse LLVM Assembly from a string. More...
 
Modulellvm::ParseAssembly (MemoryBuffer *F, Module *M, SMDiagnostic &Err, LLVMContext &Context)
 Parse LLVM Assembly from a MemoryBuffer. This function always takes ownership of the MemoryBuffer. More...