LLVM API Documentation

llvm::object::ELFFile< ELFT > Member List
This is the complete list of members for llvm::object::ELFFile< ELFT >, including all inherited members.
begin_dynamic_symbols() const llvm::object::ELFFile< ELFT > [inline]
begin_dynamic_table() const llvm::object::ELFFile< ELFT >
begin_program_headers() const llvm::object::ELFFile< ELFT > [inline]
begin_rel(const Elf_Shdr *sec) const llvm::object::ELFFile< ELFT > [inline]
begin_rela(const Elf_Shdr *sec) const llvm::object::ELFFile< ELFT > [inline]
begin_sections() const llvm::object::ELFFile< ELFT >
begin_symbols() const llvm::object::ELFFile< ELFT >
dynamic_table(bool NULLEnd=false) const llvm::object::ELFFile< ELFT > [inline]
Elf_Dyn typedefllvm::object::ELFFile< ELFT >
Elf_Dyn_Iter typedefllvm::object::ELFFile< ELFT >
Elf_Dyn_Range typedefllvm::object::ELFFile< ELFT >
Elf_Ehdr typedefllvm::object::ELFFile< ELFT >
Elf_Phdr typedefllvm::object::ELFFile< ELFT >
Elf_Phdr_Iter typedefllvm::object::ELFFile< ELFT >
Elf_Rel typedefllvm::object::ELFFile< ELFT >
Elf_Rel_Iter typedefllvm::object::ELFFile< ELFT >
Elf_Rela typedefllvm::object::ELFFile< ELFT >
Elf_Rela_Iter typedefllvm::object::ELFFile< ELFT >
Elf_Shdr typedefllvm::object::ELFFile< ELFT >
Elf_Shdr_Iter typedefllvm::object::ELFFile< ELFT >
Elf_Shdr_Range typedefllvm::object::ELFFile< ELFT >
Elf_Sym typedefllvm::object::ELFFile< ELFT >
Elf_Verdaux typedefllvm::object::ELFFile< ELFT >
Elf_Verdef typedefllvm::object::ELFFile< ELFT >
Elf_Vernaux typedefllvm::object::ELFFile< ELFT >
Elf_Verneed typedefllvm::object::ELFFile< ELFT >
Elf_Versym typedefllvm::object::ELFFile< ELFT >
ELFFile(StringRef Object, std::error_code &ec)llvm::object::ELFFile< ELFT >
end_dynamic_symbols() const llvm::object::ELFFile< ELFT > [inline]
end_dynamic_table(bool NULLEnd=false) const llvm::object::ELFFile< ELFT >
end_program_headers() const llvm::object::ELFFile< ELFT > [inline]
end_rel(const Elf_Shdr *sec) const llvm::object::ELFFile< ELFT > [inline]
end_rela(const Elf_Shdr *sec) const llvm::object::ELFFile< ELFT > [inline]
end_sections() const llvm::object::ELFFile< ELFT >
end_symbols() const llvm::object::ELFFile< ELFT >
getDynamicString(uintX_t Offset) const llvm::object::ELFFile< ELFT >
getEntry(uint32_t Section, uint32_t Entry) const llvm::object::ELFFile< ELFT >
getEntry(const Elf_Shdr *Section, uint32_t Entry) const llvm::object::ELFFile< ELFT >
getHeader() const llvm::object::ELFFile< ELFT > [inline]
getLoadName() const llvm::object::ELFFile< ELFT >
getNumSections() const llvm::object::ELFFile< ELFT >
getRelocationSymbol(const Elf_Shdr *RelSec, const RelT *Rel) const llvm::object::ELFFile< ELFT >
getRelocationTypeName(uint32_t Type) const llvm::object::ELFFile< ELFT >
getRelocationTypeName(uint32_t Type, SmallVectorImpl< char > &Result) const llvm::object::ELFFile< ELFT >
getSection(const Elf_Sym *symb) const llvm::object::ELFFile< ELFT >
getSection(uint32_t Index) const llvm::object::ELFFile< ELFT >
getSectionContents(const Elf_Shdr *Sec) const llvm::object::ELFFile< ELFT >
getSectionName(const Elf_Shdr *Section) const llvm::object::ELFFile< ELFT >
getString(uint32_t section, uint32_t offset) const llvm::object::ELFFile< ELFT >
getString(const Elf_Shdr *section, uint32_t offset) const llvm::object::ELFFile< ELFT >
getStringTableIndex() const llvm::object::ELFFile< ELFT >
getSymbol(uint32_t index) const llvm::object::ELFFile< ELFT >
getSymbolIndex(const Elf_Sym *sym) const llvm::object::ELFFile< ELFT >
getSymbolName(Elf_Sym_Iter Sym) const llvm::object::ELFFile< ELFT >
getSymbolName(const Elf_Shdr *SymTab, const Elf_Sym *Symb) const llvm::object::ELFFile< ELFT >
getSymbolTableIndex(const Elf_Sym *symb) const llvm::object::ELFFile< ELFT >
getSymbolVersion(const Elf_Shdr *section, const Elf_Sym *Symb, bool &IsDefault) const llvm::object::ELFFile< ELFT >
isMips64EL() const llvm::object::ELFFile< ELFT > [inline]
isMipsELF64() const llvm::object::ELFFile< ELFT > [inline]
sections() const llvm::object::ELFFile< ELFT > [inline]
uintX_t typedefllvm::object::ELFFile< ELFT >
VerifyStrTab(const Elf_Shdr *sh) const llvm::object::ELFFile< ELFT >