reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/ELFObjectFile.h
  484   return getSection(Sec)->sh_flags;
  489   return getSection(Sec)->sh_type;
  494   return getSection(Sec)->sh_offset;
  692   const Elf_Shdr *ESec = getSection(Sec);
  698   return EF.getSectionName(&*getSection(Sec));
  703   return getSection(Sec)->sh_addr;
  714   return getSection(Sec) - First;
  719   return getSection(Sec)->sh_size;
  725   const Elf_Shdr *EShdr = getSection(Sec);
  736   return getSection(Sec)->sh_addralign;
  741   return getSection(Sec)->sh_flags & ELF::SHF_COMPRESSED;
  746   return getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR;
  751   const Elf_Shdr *EShdr = getSection(Sec);
  759   const Elf_Shdr *EShdr = getSection(Sec);
  795   return getSection(Sec)->sh_type == ELF::SHT_NOBITS;
  800   return getSection(Sec)->sh_flags & ELF::SHF_ALLOC &&
  801          (getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR ||
  802           !(getSection(Sec)->sh_flags & ELF::SHF_WRITE));
  807   const Elf_Shdr *EShdr = getSection(Sec);
  850   const Elf_Shdr *EShdr = getSection(Sec);
tools/llvm-objdump/ELFDump.cpp
   91           Obj->getSection((*SymSI)->getRawDataRefImpl());
tools/llvm-readobj/ELFDumper.cpp
 4837     const Elf_Shdr *ElfSec = Obj->getSection(Sec.getRawDataRefImpl());
 4892     const Elf_Shdr *ElfSec = Obj->getSection(Sec.getRawDataRefImpl());
 4906         Obj->getSection((*RelSecOrErr)->getRawDataRefImpl());
 4938         Obj->getSection(StackSizesSec.getRawDataRefImpl());