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

References

lib/ObjectYAML/MachOEmitter.cpp
  209   for (auto &LC : Obj.LoadCommands) {
  259   for (auto &LC : Obj.LoadCommands) {
  394   for (auto &LC : Obj.LoadCommands) {
lib/ObjectYAML/MachOYAML.cpp
  110   IO.mapOptional("LoadCommands", Object.LoadCommands);
tools/obj2yaml/macho2yaml.cpp
  238     Y->LoadCommands.push_back(std::move(LC));