LLVM API Documentation
#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
Functions | |
std::unique_ptr< Module > | llvm::parseAssemblyFile (StringRef Filename, SMDiagnostic &Error, LLVMContext &Context) |
Parse LLVM Assembly from a file. | |
std::unique_ptr< Module > | llvm::parseAssemblyString (StringRef AsmString, SMDiagnostic &Error, LLVMContext &Context) |
Parse LLVM Assembly from a string. | |
std::unique_ptr< Module > | llvm::parseAssembly (MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context) |
Parse LLVM Assembly from a MemoryBuffer. | |
bool | llvm::parseAssemblyInto (MemoryBufferRef F, Module &M, SMDiagnostic &Err) |