reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
417 if (Stub.Triple.empty()) { 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) { 426 if (Stub.IfsVersion.getMajor() != IFSVersionCurrent.getMajor()) { 430 << InputFilePath << "\nIfsVersion Values: " << Stub.IfsVersion 434 if (TargetStub->IfsVersion > Stub.IfsVersion) 435 Stub.IfsVersion = TargetStub->IfsVersion; 437 if (Stub.ObjectFileFormat != TargetStub->ObjectFileFormat) { 441 << Stub.ObjectFileFormat << " " 445 if (Stub.Triple != TargetStub->Triple) { 449 << "\nTriple Values: " << Stub.Triple << " " 453 if (Stub.SOName != TargetStub->SOName) { 457 << "\nSOName Values: " << Stub.SOName << " " 461 if (Stub.NeededLibs != TargetStub->NeededLibs) { 511 if (Stub.IfsVersion != IFSVersionCurrent) 512 if (Stub.IfsVersion.getMajor() != IFSVersionCurrent.getMajor()) { 514 << Stub.IfsVersion << ", llvm-ifs supported version: " 520 Stub.Symbols.insert(Entry.second); 532 return writeIfso(Stub, (Action == "write-ifs"), Out);