LLVM API Documentation

llvm::object::ObjectFile Member List
This is the complete list of members for llvm::object::ObjectFile, including all inherited members.
base() const llvm::object::ObjectFile [inline, protected]
basic_symbol_iterator_range typedefllvm::object::SymbolicFile
Binary(unsigned int Type, MemoryBufferRef Source)llvm::object::Binary [protected]
classof(const Binary *v)llvm::object::ObjectFile [inline, static]
createCOFFObjectFile(MemoryBufferRef Object)llvm::object::ObjectFile [static]
createELFObjectFile(MemoryBufferRef Object)llvm::object::ObjectFile [static]
createMachOObjectFile(MemoryBufferRef Object)llvm::object::ObjectFile [static]
createObjectFile(StringRef ObjectPath)llvm::object::ObjectFile [static]
createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type)llvm::object::ObjectFile [static]
createObjectFile(MemoryBufferRef Object)llvm::object::ObjectFile [inline, static]
createSymbolicFile(MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context)llvm::object::SymbolicFile [static]
createSymbolicFile(MemoryBufferRef Object)llvm::object::SymbolicFile [inline, static]
createSymbolicFile(StringRef ObjectPath)llvm::object::SymbolicFile [static]
Datallvm::object::Binary [protected]
getArch() const =0llvm::object::ObjectFile [pure virtual]
getBytesInAddress() const =0llvm::object::ObjectFile [pure virtual]
getData() const llvm::object::Binary
getELFType(bool isLE, bool is64Bits)llvm::object::Binary [inline, protected, static]
getFileFormatName() const =0llvm::object::ObjectFile [pure virtual]
getFileName() const llvm::object::Binary
getMachOType(bool isLE, bool is64Bits)llvm::object::Binary [inline, protected, static]
getMemoryBufferRef() const llvm::object::Binary
getPlatformFlags(unsigned &Result) const llvm::object::ObjectFile [inline, virtual]
getRelocatedSection(DataRefImpl Sec) const llvm::object::ObjectFile [protected, virtual]
getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getRelocationHidden(DataRefImpl Rel, bool &Result) const llvm::object::ObjectFile [inline, protected, virtual]
getRelocationOffset(DataRefImpl Rel, uint64_t &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getRelocationSymbol(DataRefImpl Rel) const =0llvm::object::ObjectFile [protected, pure virtual]
getRelocationType(DataRefImpl Rel, uint64_t &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getRelocationTypeName(DataRefImpl Rel, SmallVectorImpl< char > &Result) const =0llvm::object::ObjectFile [protected, pure virtual]
getRelocationValueString(DataRefImpl Rel, SmallVectorImpl< char > &Result) const =0llvm::object::ObjectFile [protected, pure virtual]
getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getSectionContents(DataRefImpl Sec, StringRef &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getSectionName(DataRefImpl Sec, StringRef &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getSectionSize(DataRefImpl Sec, uint64_t &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const llvm::object::ObjectFile [protected, virtual]
getSymbolFlags(DataRefImpl Symb) const =0llvm::object::SymbolicFile [pure virtual]
getSymbolName(DataRefImpl Symb, StringRef &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getSymbolOther(DataRefImpl Symb, uint8_t &Res) const llvm::object::ObjectFile [inline, protected, virtual]
getSymbolSection(DataRefImpl Symb, section_iterator &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getSymbolSize(DataRefImpl Symb, uint64_t &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
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]
isRelocatableObject() const =0llvm::object::ObjectFile [pure virtual]
isSectionBSS(DataRefImpl Sec, bool &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
isSectionData(DataRefImpl Sec, bool &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
isSectionReadOnlyData(DataRefImpl Sec, bool &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
isSectionRequiredForExecution(DataRefImpl Sec, bool &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
isSectionText(DataRefImpl Sec, bool &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
isSectionVirtual(DataRefImpl Sec, bool &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
isSectionZeroInit(DataRefImpl Sec, bool &Res) const =0llvm::object::ObjectFile [protected, pure virtual]
isSymbolic() const llvm::object::Binary [inline]
moveRelocationNext(DataRefImpl &Rel) const =0llvm::object::ObjectFile [protected, pure virtual]
moveSectionNext(DataRefImpl &Sec) const =0llvm::object::ObjectFile [protected, pure virtual]
moveSymbolNext(DataRefImpl &Symb) const =0llvm::object::SymbolicFile [pure virtual]
ObjectFile(unsigned int Type, MemoryBufferRef Source)llvm::object::ObjectFile [protected]
printSymbolName(raw_ostream &OS, DataRefImpl Symb) const overridellvm::object::ObjectFile [protected, virtual]
RelocationRef classllvm::object::ObjectFile [friend]
section_begin() const =0llvm::object::ObjectFile [pure virtual]
section_end() const =0llvm::object::ObjectFile [pure virtual]
section_iterator_range typedefllvm::object::ObjectFile
section_rel_begin(DataRefImpl Sec) const =0llvm::object::ObjectFile [protected, pure virtual]
section_rel_end(DataRefImpl Sec) const =0llvm::object::ObjectFile [protected, pure virtual]
sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, bool &Result) const =0llvm::object::ObjectFile [protected, pure virtual]
SectionRef classllvm::object::ObjectFile [friend]
sections() const llvm::object::ObjectFile [inline]
symbol_begin() const llvm::object::SymbolicFile [inline]
symbol_begin_impl() const =0llvm::object::SymbolicFile [pure virtual]
symbol_end() const llvm::object::SymbolicFile [inline]
symbol_end_impl() const =0llvm::object::SymbolicFile [pure virtual]
symbol_iterator_range typedefllvm::object::ObjectFile
SymbolicFile(unsigned int Type, MemoryBufferRef Source)llvm::object::SymbolicFile
SymbolRef classllvm::object::ObjectFile [friend]
symbols() const llvm::object::ObjectFile [inline]
~Binary()llvm::object::Binary [virtual]
~SymbolicFile()llvm::object::SymbolicFile [virtual]