LLVM API Documentation

Namespaces | Functions
Parser.h File Reference
#include "llvm/Support/MemoryBuffer.h"
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

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

std::unique_ptr< Modulellvm::parseAssemblyFile (StringRef Filename, SMDiagnostic &Error, LLVMContext &Context)
 Parse LLVM Assembly from a file.
std::unique_ptr< Modulellvm::parseAssemblyString (StringRef AsmString, SMDiagnostic &Error, LLVMContext &Context)
 Parse LLVM Assembly from a string.
std::unique_ptr< Modulellvm::parseAssembly (MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context)
 Parse LLVM Assembly from a MemoryBuffer.
bool llvm::parseAssemblyInto (MemoryBufferRef F, Module &M, SMDiagnostic &Err)