Searched refs:NeededLibs (Results 1 – 4 of 4) sorted by relevance
20 NeededLibs = Stub.NeededLibs; in IFSStub() 28 NeededLibs = std::move(Stub.NeededLibs); in IFSStub() 36 NeededLibs = Stub.NeededLibs; in IFSStubTriple() 44 NeededLibs = Stub.NeededLibs; in IFSStubTriple() 52 NeededLibs = std::move(Stub.NeededLibs); in IFSStubTriple() [all...]
146 IO.mapOptional("NeededLibs", Stub.NeededLibs); in mapping() 159 IO.mapOptional("NeededLibs", Stub.NeededLibs); in mapping()
195 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder()231 for (const std::string &Lib : Stub.NeededLibs) in ELFStubBuilder()627 DestStub->NeededLibs.push_back(std::string(*LibNameOrErr)); in buildStub()
94 std::vector<std::string> NeededLibs; member