LLVM  4.0.0
Classes | Namespaces | Typedefs
ObjectFile.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Object/SymbolicFile.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cstring>
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

class  llvm::object::RelocationRef
 This is a value type class that represents a single relocation in the list of relocations in the object file. More...
 
class  llvm::object::SectionRef
 This is a value type class that represents a single section in the list of sections in the object file. More...
 
class  llvm::object::SymbolRef
 This is a value type class that represents a single symbol in the list of symbols in the object file. More...
 
class  llvm::object::symbol_iterator
 
class  llvm::object::ObjectFile
 This class is the base class for all object file types. More...
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 
 llvm::object
 

Typedefs

typedef content_iterator
< SectionRef > 
llvm::object::section_iterator
 
typedef content_iterator
< RelocationRef > 
llvm::object::relocation_iterator