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

References

lib/ObjectYAML/COFFEmitter.cpp
  261       if (!S.Relocations.empty()) {
  263         S.Header.NumberOfRelocations = S.Relocations.size();
  509     for (const COFFYAML::Relocation &R : S.Relocations) {
lib/ObjectYAML/COFFYAML.cpp
  587   IO.mapOptional("Relocations", Sec.Relocations);
tools/obj2yaml/coff2yaml.cpp
  217     NewYAMLSection.Relocations = Relocations;