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

References

tools/llvm-ifs/llvm-ifs.cpp
  175         ObjectFileFormat(Stub.ObjectFileFormat), SOName(Stub.SOName),
  179         ObjectFileFormat(std::move(Stub.ObjectFileFormat)),
  193     IO.mapOptional("ObjectFileFormat", Stub.ObjectFileFormat);
  374       ForceFormat.empty() ? Stub.ObjectFileFormat : ForceFormat;
  378                         Stub.ObjectFileFormat, Out);
  381                         Stub.ObjectFileFormat, Out);
  421       Stub.ObjectFileFormat = TargetStub->ObjectFileFormat;
  421       Stub.ObjectFileFormat = TargetStub->ObjectFileFormat;
  437       if (Stub.ObjectFileFormat != TargetStub->ObjectFileFormat) {
  437       if (Stub.ObjectFileFormat != TargetStub->ObjectFileFormat) {
  441                            << Stub.ObjectFileFormat << " "
  442                            << TargetStub->ObjectFileFormat << "\n";