LLVM  3.7.0
llvm::object::ObjectFile Member List

This is the complete list of members for llvm::object::ObjectFile, including all inherited members.

base() const llvm::object::ObjectFileinlineprotected
basic_symbol_iterator_range typedefllvm::object::SymbolicFile
Binary(unsigned int Type, MemoryBufferRef Source)llvm::object::Binaryprotected
classof(const Binary *v)llvm::object::ObjectFileinlinestatic
createCOFFObjectFile(MemoryBufferRef Object)llvm::object::ObjectFilestatic
createELFObjectFile(MemoryBufferRef Object)llvm::object::ObjectFilestatic
createMachOObjectFile(MemoryBufferRef Object)llvm::object::ObjectFilestatic
createObjectFile(StringRef ObjectPath)llvm::object::ObjectFilestatic
createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type)llvm::object::ObjectFilestatic
createObjectFile(MemoryBufferRef Object)llvm::object::ObjectFileinlinestatic
createSymbolicFile(MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context)llvm::object::SymbolicFilestatic
createSymbolicFile(MemoryBufferRef Object)llvm::object::SymbolicFileinlinestatic
createSymbolicFile(StringRef ObjectPath)llvm::object::SymbolicFilestatic
Datallvm::object::Binaryprotected
getArch() const =0llvm::object::ObjectFilepure virtual
getBytesInAddress() const =0llvm::object::ObjectFilepure virtual
getCommonSymbolSize(DataRefImpl Symb) const llvm::object::ObjectFileinline
getCommonSymbolSizeImpl(DataRefImpl Symb) const =0llvm::object::ObjectFileprotectedpure virtual
getData() const llvm::object::Binary
getELFType(bool isLE, bool is64Bits)llvm::object::Binaryinlineprotectedstatic
getFileFormatName() const =0llvm::object::ObjectFilepure virtual
getFileName() const llvm::object::Binary
getMachOType(bool isLE, bool is64Bits)llvm::object::Binaryinlineprotectedstatic
getMemoryBufferRef() const llvm::object::Binary
getPlatformFlags(unsigned &Result) const llvm::object::ObjectFileinlinevirtual
getRelocatedSection(DataRefImpl Sec) const llvm::object::ObjectFileprotectedvirtual
getRelocationOffset(DataRefImpl Rel) const =0llvm::object::ObjectFileprotectedpure virtual
getRelocationSymbol(DataRefImpl Rel) const =0llvm::object::ObjectFileprotectedpure virtual
getRelocationType(DataRefImpl Rel) const =0llvm::object::ObjectFileprotectedpure virtual
getRelocationTypeName(DataRefImpl Rel, SmallVectorImpl< char > &Result) const =0llvm::object::ObjectFileprotectedpure virtual
getSectionAddress(DataRefImpl Sec) const =0llvm::object::ObjectFileprotectedpure virtual
getSectionAlignment(DataRefImpl Sec) const =0llvm::object::ObjectFileprotectedpure virtual
getSectionContents(DataRefImpl Sec, StringRef &Res) const =0llvm::object::ObjectFileprotectedpure virtual
getSectionName(DataRefImpl Sec, StringRef &Res) const =0llvm::object::ObjectFileprotectedpure virtual
getSectionSize(DataRefImpl Sec) const =0llvm::object::ObjectFileprotectedpure virtual
getSymbolAddress(DataRefImpl Symb) const =0llvm::object::ObjectFileprotectedpure virtual
getSymbolAlignment(DataRefImpl Symb) const llvm::object::ObjectFileprotectedvirtual
getSymbolFlags(DataRefImpl Symb) const =0llvm::object::SymbolicFilepure virtual
getSymbolName(DataRefImpl Symb) const =0llvm::object::ObjectFileprotectedpure virtual
getSymbolSection(DataRefImpl Symb, section_iterator &Res) const =0llvm::object::ObjectFileprotectedpure virtual
getSymbolType(DataRefImpl Symb) const =0llvm::object::ObjectFileprotectedpure virtual
getSymbolValue(DataRefImpl Symb) const llvm::object::ObjectFileprotected
getSymbolValueImpl(DataRefImpl Symb) const =0llvm::object::ObjectFileprotectedpure virtual
getType() const llvm::object::Binaryinline
ID_Archive enum valuellvm::object::Binaryprotected
ID_COFF enum valuellvm::object::Binaryprotected
ID_ELF32B enum valuellvm::object::Binaryprotected
ID_ELF32L enum valuellvm::object::Binaryprotected
ID_ELF64B enum valuellvm::object::Binaryprotected
ID_ELF64L enum valuellvm::object::Binaryprotected
ID_EndObjects enum valuellvm::object::Binaryprotected
ID_IR enum valuellvm::object::Binaryprotected
ID_MachO32B enum valuellvm::object::Binaryprotected
ID_MachO32L enum valuellvm::object::Binaryprotected
ID_MachO64B enum valuellvm::object::Binaryprotected
ID_MachO64L enum valuellvm::object::Binaryprotected
ID_MachOUniversalBinary enum valuellvm::object::Binaryprotected
ID_StartObjects enum valuellvm::object::Binaryprotected
isArchive() const llvm::object::Binaryinline
isCOFF() const llvm::object::Binaryinline
isELF() const llvm::object::Binaryinline
isIR() const llvm::object::Binaryinline
isLittleEndian() const llvm::object::Binaryinline
isMachO() const llvm::object::Binaryinline
isMachOUniversalBinary() const llvm::object::Binaryinline
isObject() const llvm::object::Binaryinline
isRelocatableObject() const =0llvm::object::ObjectFilepure virtual
isSectionBSS(DataRefImpl Sec) const =0llvm::object::ObjectFileprotectedpure virtual
isSectionData(DataRefImpl Sec) const =0llvm::object::ObjectFileprotectedpure virtual
isSectionText(DataRefImpl Sec) const =0llvm::object::ObjectFileprotectedpure virtual
isSectionVirtual(DataRefImpl Sec) const =0llvm::object::ObjectFileprotectedpure virtual
isSymbolic() const llvm::object::Binaryinline
moveRelocationNext(DataRefImpl &Rel) const =0llvm::object::ObjectFileprotectedpure virtual
moveSectionNext(DataRefImpl &Sec) const =0llvm::object::ObjectFileprotectedpure virtual
moveSymbolNext(DataRefImpl &Symb) const =0llvm::object::SymbolicFilepure virtual
ObjectFile(unsigned int Type, MemoryBufferRef Source)llvm::object::ObjectFileprotected
printSymbolName(raw_ostream &OS, DataRefImpl Symb) const overridellvm::object::ObjectFileprotectedvirtual
RelocationRef classllvm::object::ObjectFilefriend
section_begin() const =0llvm::object::ObjectFilepure virtual
section_end() const =0llvm::object::ObjectFilepure virtual
section_iterator_range typedefllvm::object::ObjectFile
section_rel_begin(DataRefImpl Sec) const =0llvm::object::ObjectFileprotectedpure virtual
section_rel_end(DataRefImpl Sec) const =0llvm::object::ObjectFileprotectedpure virtual
SectionRef classllvm::object::ObjectFilefriend
sections() const llvm::object::ObjectFileinline
symbol_begin() const llvm::object::SymbolicFileinline
symbol_begin_impl() const =0llvm::object::SymbolicFilepure virtual
symbol_end() const llvm::object::SymbolicFileinline
symbol_end_impl() const =0llvm::object::SymbolicFilepure virtual
symbol_iterator_range typedefllvm::object::ObjectFile
SymbolicFile(unsigned int Type, MemoryBufferRef Source)llvm::object::SymbolicFile
SymbolRef classllvm::object::ObjectFilefriend
symbols() const llvm::object::ObjectFileinline
~Binary()llvm::object::Binaryvirtual
~SymbolicFile() overridellvm::object::SymbolicFile