LLVM  8.0.1
Classes | Namespaces | Functions
Binary.h File Reference
#include "llvm/ADT/Triple.h"
#include "llvm/Object/Error.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/MemoryBuffer.h"
#include <algorithm>
#include <memory>
#include <utility>
Include dependency graph for Binary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::object::Binary
 
class  llvm::object::OwningBinary< T >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::object
 

Functions

Expected< std::unique_ptr< Binary > > llvm::object::createBinary (MemoryBufferRef Source, LLVMContext *Context=nullptr)
 Create a Binary from Source, autodetecting the file type. More...
 
Expected< OwningBinary< Binary > > llvm::object::createBinary (StringRef Path)