LLVM API Documentation

llvm::object::Archive Member List
This is the complete list of members for llvm::object::Archive, including all inherited members.
Archive(MemoryBufferRef Source, std::error_code &EC)llvm::object::Archive
Binary(unsigned int Type, MemoryBufferRef Source)llvm::object::Binary [protected]
child_begin(bool SkipInternal=true) const llvm::object::Archive
child_end() const llvm::object::Archive
classof(Binary const *v)llvm::object::Archive [inline, static]
create(MemoryBufferRef Source)llvm::object::Archive [static]
Datallvm::object::Binary [protected]
findSym(StringRef name) const llvm::object::Archive
getData() const llvm::object::Binary
getELFType(bool isLE, bool is64Bits)llvm::object::Binary [inline, protected, static]
getFileName() const llvm::object::Binary
getMachOType(bool isLE, bool is64Bits)llvm::object::Binary [inline, protected, static]
getMemoryBufferRef() const llvm::object::Binary
getType() const llvm::object::Binary [inline]
hasSymbolTable() const llvm::object::Archive
ID_Archive enum valuellvm::object::Binary [protected]
ID_COFF enum valuellvm::object::Binary [protected]
ID_ELF32B enum valuellvm::object::Binary [protected]
ID_ELF32L enum valuellvm::object::Binary [protected]
ID_ELF64B enum valuellvm::object::Binary [protected]
ID_ELF64L enum valuellvm::object::Binary [protected]
ID_EndObjects enum valuellvm::object::Binary [protected]
ID_IR enum valuellvm::object::Binary [protected]
ID_MachO32B enum valuellvm::object::Binary [protected]
ID_MachO32L enum valuellvm::object::Binary [protected]
ID_MachO64B enum valuellvm::object::Binary [protected]
ID_MachO64L enum valuellvm::object::Binary [protected]
ID_MachOUniversalBinary enum valuellvm::object::Binary [protected]
ID_StartObjects enum valuellvm::object::Binary [protected]
isArchive() const llvm::object::Binary [inline]
isCOFF() const llvm::object::Binary [inline]
isELF() const llvm::object::Binary [inline]
isIR() const llvm::object::Binary [inline]
isLittleEndian() const llvm::object::Binary [inline]
isMachO() const llvm::object::Binary [inline]
isMachOUniversalBinary() const llvm::object::Binary [inline]
isObject() const llvm::object::Binary [inline]
isSymbolic() const llvm::object::Binary [inline]
K_BSD enum valuellvm::object::Archive
K_COFF enum valuellvm::object::Archive
K_GNU enum valuellvm::object::Archive
kind() const llvm::object::Archive [inline]
Kind enum namellvm::object::Archive
symbol_begin() const llvm::object::Archive
symbol_end() const llvm::object::Archive
~Binary()llvm::object::Binary [virtual]