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::ParseAssemblyFile (const std::string &Filename, SMDiagnostic &Error, LLVMContext &Context) |
| Parse LLVM Assembly from a file. More... | |
| Module * | llvm::ParseAssemblyString (const char *AsmString, Module *M, SMDiagnostic &Error, LLVMContext &Context) |
| Parse LLVM Assembly from a string. More... | |
| Module * | llvm::ParseAssembly (MemoryBuffer *F, Module *M, SMDiagnostic &Err, LLVMContext &Context) |
| Parse LLVM Assembly from a MemoryBuffer. This function always takes ownership of the MemoryBuffer. More... | |