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

References

lib/ObjectYAML/ELFEmitter.cpp
  359     if (YAMLSec->ShSize)
  360       Header.sh_size = *YAMLSec->ShSize;
  460       if (Sec->ShSize)
  461         SHeader.sh_size = *Sec->ShSize;
lib/ObjectYAML/ELFYAML.cpp
 1001          (!Section.ShOffset.hasValue() && !Section.ShSize.hasValue()));
 1004   IO.mapOptional("ShSize", Section.ShSize);