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

References

lib/MC/ELFObjectWriter.cpp
 1043   case ELF::SHT_GROUP:
 1074     if (Type != ELF::SHT_GROUP)
lib/MC/MCContext.cpp
  429   return createELFSectionImpl(".group", ELF::SHT_GROUP, 0,
lib/Object/ELF.cpp
  246     STRINGIFY_ENUM_CASE(ELF, SHT_GROUP);
lib/ObjectYAML/ELFEmitter.cpp
  791   assert(Section.Type == llvm::ELF::SHT_GROUP &&
lib/ObjectYAML/ELFYAML.cpp
  456   ECase(SHT_GROUP);
 1138   case ELF::SHT_GROUP:
tools/lld/ELF/InputFiles.cpp
  538     case SHT_GROUP: {
tools/lld/ELF/InputSection.cpp
 1115   if (type == SHT_GROUP) {
tools/lld/ELF/LinkerScript.cpp
  579   if (isec->type == SHT_GROUP || (isec->flags & SHF_GROUP))
tools/lld/ELF/OutputSections.cpp
  369   if (type == SHT_GROUP) {
tools/lld/ELF/Relocations.cpp
  672   if (elfSec.sh_type != SHT_GROUP)
tools/llvm-objcopy/ELF/Object.cpp
 1466   case SHT_GROUP:
 1875         (A->Type == ELF::SHT_GROUP || B->Type == ELF::SHT_GROUP))
 1875         (A->Type == ELF::SHT_GROUP || B->Type == ELF::SHT_GROUP))
 1876       return A->Type == ELF::SHT_GROUP;
tools/llvm-objcopy/ELF/Object.h
  802     return S->Type == ELF::SHT_GROUP;
tools/llvm-readobj/ELFDumper.cpp
 2842     if (Sec.sh_type != ELF::SHT_GROUP)
 3147   case SHT_GROUP:
tools/obj2yaml/elf2yaml.cpp
  247     case ELF::SHT_GROUP: {