LLVM API Documentation

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

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

std::unique_ptr< Modulellvm::getLazyIRFileModule (StringRef Filename, SMDiagnostic &Err, LLVMContext &Context)
std::unique_ptr< Modulellvm::parseIR (MemoryBufferRef Buffer, SMDiagnostic &Err, LLVMContext &Context)
std::unique_ptr< Modulellvm::parseIRFile (StringRef Filename, SMDiagnostic &Err, LLVMContext &Context)