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

References

lib/ObjectYAML/ELFEmitter.cpp
  214     if (D->Type == llvm::ELF::SHT_REL || D->Type == llvm::ELF::SHT_RELA)
  214     if (D->Type == llvm::ELF::SHT_REL || D->Type == llvm::ELF::SHT_RELA)
  220   if (Doc.Sections.empty() || Doc.Sections.front()->Type != ELF::SHT_NULL)
  399     SHeader.sh_type = Sec->Type;
  553     SHeader.sh_type = YAMLSec->Type;
  609   SHeader.sh_type = YAMLSec ? YAMLSec->Type : ELF::SHT_STRTAB;
  717   else if (Section.Type == llvm::ELF::SHT_RELR)
  736   assert((Section.Type == llvm::ELF::SHT_REL ||
  737           Section.Type == llvm::ELF::SHT_RELA) &&
  740   bool IsRela = Section.Type == llvm::ELF::SHT_RELA;
  791   assert(Section.Type == llvm::ELF::SHT_GROUP &&
  965   assert(Section.Type == llvm::ELF::SHT_MIPS_ABIFLAGS &&
  994   assert(Section.Type == llvm::ELF::SHT_DYNAMIC &&
lib/ObjectYAML/ELFYAML.cpp
  990   IO.mapRequired("Type", Section.Type);
 1122     sectionType = Section->Type;
tools/obj2yaml/elf2yaml.cpp
  450   S.Type = Shdr->sh_type;