LLVM API Documentation

llvm::object::Binary Member List
This is the complete list of members for llvm::object::Binary, including all inherited members.
Binary(unsigned int Type, MemoryBufferRef Source)llvm::object::Binary [protected]
Datallvm::object::Binary [protected]
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]
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]
~Binary()llvm::object::Binary [virtual]