reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
419 Stub.IfsVersion = TargetStub->IfsVersion; 420 Stub.Triple = TargetStub->Triple; 421 Stub.ObjectFileFormat = TargetStub->ObjectFileFormat; 422 Stub.SOName = TargetStub->SOName; 423 Stub.NeededLibs = TargetStub->NeededLibs; 425 if (Stub.IfsVersion != TargetStub->IfsVersion) { 431 << " " << TargetStub->IfsVersion << "\n"; 434 if (TargetStub->IfsVersion > Stub.IfsVersion) 435 Stub.IfsVersion = TargetStub->IfsVersion; 437 if (Stub.ObjectFileFormat != TargetStub->ObjectFileFormat) { 442 << TargetStub->ObjectFileFormat << "\n"; 445 if (Stub.Triple != TargetStub->Triple) { 450 << TargetStub->Triple << "\n"; 453 if (Stub.SOName != TargetStub->SOName) { 458 << TargetStub->SOName << "\n"; 461 if (Stub.NeededLibs != TargetStub->NeededLibs) { 469 for (auto Symbol : TargetStub->Symbols) {