reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
178 : IfsVersion(std::move(Stub.IfsVersion)), Triple(std::move(Stub.Triple)), 178 : IfsVersion(std::move(Stub.IfsVersion)), Triple(std::move(Stub.Triple)), 179 ObjectFileFormat(std::move(Stub.ObjectFileFormat)), 180 SOName(std::move(Stub.SOName)), NeededLibs(std::move(Stub.NeededLibs)), 180 SOName(std::move(Stub.SOName)), NeededLibs(std::move(Stub.NeededLibs)), 181 Symbols(std::move(Stub.Symbols)) {}