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

References

lib/ObjectYAML/ELFEmitter.cpp
  400     if (Sec->Flags)
  401       SHeader.sh_flags = *Sec->Flags;
  574   if (YAMLSec && YAMLSec->Flags)
  575     SHeader.sh_flags = *YAMLSec->Flags;
  629   if (YAMLSec && YAMLSec->Flags)
  630     SHeader.sh_flags = *YAMLSec->Flags;
lib/ObjectYAML/ELFYAML.cpp
  991   IO.mapOptional("Flags", Section.Flags);
tools/obj2yaml/elf2yaml.cpp
  452     S.Flags = static_cast<ELFYAML::ELF_SHF>(Shdr->sh_flags);