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

References

lib/ObjectYAML/ELFYAML.cpp
  521   BCase(SHF_INFO_LINK);
tools/lld/ELF/InputSection.cpp
   97   flags &= ~(uint64_t)SHF_INFO_LINK;
tools/lld/ELF/OutputSections.cpp
  385   flags |= SHF_INFO_LINK;
tools/llvm-objcopy/ELF/ELFObjcopy.cpp
   96                                 ELF::SHF_TLS | ELF::SHF_INFO_LINK;
tools/llvm-readobj/ELFDumper.cpp
 1138   ENUM_ENT(SHF_INFO_LINK,        "I"),
 1187     case ELF::SHF_INFO_LINK: