LLVM API Documentation
#include "llvm/Object/Binary.h"

Go to the source code of this file.
Classes | |
| union | llvm::object::DataRefImpl |
| class | llvm::object::content_iterator< content_type > |
| class | llvm::object::BasicSymbolRef |
| class | llvm::object::SymbolicFile |
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
| namespace | llvm::object |
Typedefs | |
| typedef content_iterator < BasicSymbolRef > | llvm::object::basic_symbol_iterator |
Functions | |
| 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) |
Variables | |
| const uint64_t | llvm::object::UnknownAddressOrSize = ~0ULL |