Lines Matching defs:Keep
86 cl::desc("Keep copies of symbols in LTO indexing"));
638 // Keep copies of symbols if the client of LTO says so.
869 Mod.Keep.push_back(&GV);
909 Mod.Keep.push_back(GV);
929 Mod.Keep.push_back(GV);
995 std::vector<GlobalValue *> Keep;
996 for (GlobalValue *GV : Mod.Keep) {
1012 Keep.push_back(GV);
1023 Keep.push_back(GV);
1026 return RegularLTO.Mover->move(std::move(Mod.M), Keep, nullptr,