LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions | Variables
ObjectFile.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/Object/Binary.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cstring>
#include <vector>
Include dependency graph for ObjectFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  llvm::object::DataRefImpl
 
class  llvm::object::content_iterator< content_type >
 
class  llvm::object::RelocationRef
 
class  llvm::object::SectionRef
 
class  llvm::object::SymbolRef
 
class  llvm::object::LibraryRef
 
class  llvm::object::ObjectFile
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::object
 

Typedefs

typedef content_iterator
< SymbolRef > 
llvm::object::symbol_iterator
 
typedef content_iterator
< RelocationRef > 
llvm::object::relocation_iterator
 
typedef content_iterator
< SectionRef > 
llvm::object::section_iterator
 
typedef content_iterator
< LibraryRef > 
llvm::object::library_iterator
 

Functions

bool llvm::object::operator== (const DataRefImpl &a, const DataRefImpl &b)
 
bool llvm::object::operator< (const DataRefImpl &a, const DataRefImpl &b)
 

Variables

const uint64_t llvm::object::UnknownAddressOrSize = ~0ULL