LLVM
8.0.1
|
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/BinaryFormat/Magic.h"
#include "llvm/Object/Binary.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/MemoryBuffer.h"
#include <cinttypes>
#include <cstdint>
#include <cstring>
#include <iterator>
#include <memory>
#include <system_error>
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 | |
llvm | |
This class represents lattice values for constants. | |
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) |