LLVM  8.0.1
Classes | Namespaces | Typedefs
ObjectFile.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Triple.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/BinaryFormat/Magic.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Object/Binary.h"
#include "llvm/Object/Error.h"
#include "llvm/Object/SymbolicFile.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cassert>
#include <cstdint>
#include <memory>
#include <system_error>
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
 This class represents lattice values for constants.
 
 llvm::object
 

Typedefs

using llvm::object::section_iterator = content_iterator< SectionRef >
 
using llvm::object::relocation_iterator = content_iterator< RelocationRef >