LLVM API Documentation
#include <string>
Go to the source code of this file.
Namespaces | |
llvm | |
List of target independent CodeGen pass IDs. | |
Functions | |
Module * | llvm::getLazyIRModule (MemoryBuffer *Buffer, SMDiagnostic &Err, LLVMContext &Context) |
Module * | llvm::getLazyIRFileModule (const std::string &Filename, SMDiagnostic &Err, LLVMContext &Context) |
Module * | llvm::ParseIR (MemoryBuffer *Buffer, SMDiagnostic &Err, LLVMContext &Context) |
Module * | llvm::ParseIRFile (const std::string &Filename, SMDiagnostic &Err, LLVMContext &Context) |