LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
IRReader/IRReader.h File Reference
#include <string>
Include dependency graph for IRReader/IRReader.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::getLazyIRModule (MemoryBuffer *Buffer, SMDiagnostic &Err, LLVMContext &Context)
 
Modulellvm::getLazyIRFileModule (const std::string &Filename, SMDiagnostic &Err, LLVMContext &Context)
 
Modulellvm::ParseIR (MemoryBuffer *Buffer, SMDiagnostic &Err, LLVMContext &Context)
 
Modulellvm::ParseIRFile (const std::string &Filename, SMDiagnostic &Err, LLVMContext &Context)