|
LLVM
3.7.0
|
Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| std::unique_ptr< Module > | llvm::getLazyIRFileModule (StringRef Filename, SMDiagnostic &Err, LLVMContext &Context) |
| If the given file holds a bitcode image, return a Module for it which does lazy deserialization of function bodies. More... | |
| std::unique_ptr< Module > | llvm::parseIR (MemoryBufferRef Buffer, SMDiagnostic &Err, LLVMContext &Context) |
| If the given MemoryBuffer holds a bitcode image, return a Module for it. More... | |
| std::unique_ptr< Module > | llvm::parseIRFile (StringRef Filename, SMDiagnostic &Err, LLVMContext &Context) |
| If the given file holds a bitcode image, return a Module for it. More... | |
1.8.6