LLVM 19.0.0git
Classes | Namespaces | Typedefs | Functions
SymbolicFile.h File Reference
#include "llvm/ADT/iterator_range.h"
#include "llvm/BinaryFormat/Magic.h"
#include "llvm/Object/Binary.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/MemoryBufferRef.h"
#include <cinttypes>
#include <cstdint>
#include <cstring>
#include <iterator>
#include <memory>

Go to the source code of this file.

Classes

union  llvm::object::DataRefImpl
 
class  llvm::object::content_iterator< content_type >
 
class  llvm::object::BasicSymbolRef
 This is a value type class that represents a single symbol in the list of symbols in the object file. More...
 
class  llvm::object::SymbolicFile
 

Namespaces

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

Typedefs

using llvm::object::basic_symbol_iterator = content_iterator< BasicSymbolRef >
 

Functions

template<typename OStream >
OStream & llvm::object::operator<< (OStream &OS, const DataRefImpl &D)
 
bool llvm::object::operator== (const DataRefImpl &a, const DataRefImpl &b)
 
bool llvm::object::operator!= (const DataRefImpl &a, const DataRefImpl &b)
 
bool llvm::object::operator< (const DataRefImpl &a, const DataRefImpl &b)