LLVM 19.0.0git
Classes | Namespaces | Typedefs | Functions
ObjectFile.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/BinaryFormat/Magic.h"
#include "llvm/BinaryFormat/Swift.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/MemoryBufferRef.h"
#include "llvm/TargetParser/Triple.h"
#include <cassert>
#include <cstdint>
#include <memory>

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...
 
struct  llvm::object::SectionedAddress
 
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...
 
class  llvm::object::SectionFilterIterator
 A filtered iterator for SectionRefs that skips sections based on some given predicate. More...
 
class  llvm::object::SectionFilter
 Creates an iterator range of SectionFilterIterators for a given Object and predicate. More...
 
struct  llvm::DenseMapInfo< object::SectionRef >
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::object
 

Typedefs

using llvm::object::section_iterator = content_iterator< SectionRef >
 
typedef std::function< bool(const SectionRef &)> llvm::object::SectionFilterPredicate
 
using llvm::object::relocation_iterator = content_iterator< RelocationRef >
 

Functions

bool llvm::object::operator< (const SectionedAddress &LHS, const SectionedAddress &RHS)
 
bool llvm::object::operator== (const SectionedAddress &LHS, const SectionedAddress &RHS)
 
raw_ostreamllvm::object::operator<< (raw_ostream &OS, const SectionedAddress &Addr)