LLVM API Documentation
| base() const | llvm::object::ObjectFile | [inline, protected] |
| basic_symbol_iterator_range typedef | llvm::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] |
| Data | llvm::object::Binary | [protected] |
| ELFObjectFileBase(unsigned int Type, MemoryBufferRef Source) | llvm::object::ELFObjectFileBase | [protected] |
| getArch() const =0 | llvm::object::ObjectFile | [pure virtual] |
| getBytesInAddress() const =0 | llvm::object::ObjectFile | [pure virtual] |
| getData() const | llvm::object::Binary | |
| getELFDynamicSymbolIterators() const =0 | llvm::object::ELFObjectFileBase | [pure virtual] |
| getELFType(bool isLE, bool is64Bits) | llvm::object::Binary | [inline, protected, static] |
| getFileFormatName() const =0 | llvm::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] |
| getRelocationAddend(DataRefImpl Rel, int64_t &Res) const =0 | llvm::object::ELFObjectFileBase | [pure virtual] |
| getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getRelocationHidden(DataRefImpl Rel, bool &Result) const | llvm::object::ObjectFile | [inline, protected, virtual] |
| getRelocationOffset(DataRefImpl Rel, uint64_t &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getRelocationSymbol(DataRefImpl Rel) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getRelocationType(DataRefImpl Rel, uint64_t &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getRelocationTypeName(DataRefImpl Rel, SmallVectorImpl< char > &Result) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getRelocationValueString(DataRefImpl Rel, SmallVectorImpl< char > &Result) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSectionAddress(DataRefImpl Sec, uint64_t &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSectionContents(DataRefImpl Sec, StringRef &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSectionName(DataRefImpl Sec, StringRef &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSectionSize(DataRefImpl Sec, uint64_t &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSymbolAlignment(DataRefImpl Symb, uint32_t &Res) const | llvm::object::ObjectFile | [protected, virtual] |
| getSymbolFlags(DataRefImpl Symb) const =0 | llvm::object::SymbolicFile | [pure virtual] |
| getSymbolName(DataRefImpl Symb, StringRef &Res) const =0 | llvm::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 =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSymbolSize(DataRefImpl Symb, uint64_t &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| getSymbolVersion(SymbolRef Symb, StringRef &Version, bool &IsDefault) const =0 | llvm::object::ELFObjectFileBase | [pure virtual] |
| getType() const | llvm::object::Binary | [inline] |
| ID_Archive enum value | llvm::object::Binary | [protected] |
| ID_COFF enum value | llvm::object::Binary | [protected] |
| ID_ELF32B enum value | llvm::object::Binary | [protected] |
| ID_ELF32L enum value | llvm::object::Binary | [protected] |
| ID_ELF64B enum value | llvm::object::Binary | [protected] |
| ID_ELF64L enum value | llvm::object::Binary | [protected] |
| ID_EndObjects enum value | llvm::object::Binary | [protected] |
| ID_IR enum value | llvm::object::Binary | [protected] |
| ID_MachO32B enum value | llvm::object::Binary | [protected] |
| ID_MachO32L enum value | llvm::object::Binary | [protected] |
| ID_MachO64B enum value | llvm::object::Binary | [protected] |
| ID_MachO64L enum value | llvm::object::Binary | [protected] |
| ID_MachOUniversalBinary enum value | llvm::object::Binary | [protected] |
| ID_StartObjects enum value | llvm::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 =0 | llvm::object::ObjectFile | [pure virtual] |
| isSectionBSS(DataRefImpl Sec, bool &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| isSectionData(DataRefImpl Sec, bool &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| isSectionReadOnlyData(DataRefImpl Sec, bool &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| isSectionRequiredForExecution(DataRefImpl Sec, bool &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| isSectionText(DataRefImpl Sec, bool &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| isSectionVirtual(DataRefImpl Sec, bool &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| isSectionZeroInit(DataRefImpl Sec, bool &Res) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| isSymbolic() const | llvm::object::Binary | [inline] |
| moveRelocationNext(DataRefImpl &Rel) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| moveSectionNext(DataRefImpl &Sec) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| moveSymbolNext(DataRefImpl &Symb) const =0 | llvm::object::SymbolicFile | [pure virtual] |
| ObjectFile(unsigned int Type, MemoryBufferRef Source) | llvm::object::ObjectFile | [protected] |
| printSymbolName(raw_ostream &OS, DataRefImpl Symb) const override | llvm::object::ObjectFile | [protected, virtual] |
| RelocationRef class | llvm::object::ObjectFile | [friend] |
| section_begin() const =0 | llvm::object::ObjectFile | [pure virtual] |
| section_end() const =0 | llvm::object::ObjectFile | [pure virtual] |
| section_iterator_range typedef | llvm::object::ObjectFile | |
| section_rel_begin(DataRefImpl Sec) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| section_rel_end(DataRefImpl Sec) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, bool &Result) const =0 | llvm::object::ObjectFile | [protected, pure virtual] |
| SectionRef class | llvm::object::ObjectFile | [friend] |
| sections() const | llvm::object::ObjectFile | [inline] |
| symbol_begin() const | llvm::object::SymbolicFile | [inline] |
| symbol_begin_impl() const =0 | llvm::object::SymbolicFile | [pure virtual] |
| symbol_end() const | llvm::object::SymbolicFile | [inline] |
| symbol_end_impl() const =0 | llvm::object::SymbolicFile | [pure virtual] |
| symbol_iterator_range typedef | llvm::object::ObjectFile | |
| SymbolicFile(unsigned int Type, MemoryBufferRef Source) | llvm::object::SymbolicFile | |
| SymbolRef class | llvm::object::ObjectFile | [friend] |
| symbols() const | llvm::object::ObjectFile | [inline] |
| ~Binary() | llvm::object::Binary | [virtual] |
| ~SymbolicFile() | llvm::object::SymbolicFile | [virtual] |