Searched refs:KeptDSOSyms (Results 1 – 1 of 1) sorted by relevance
1048 std::vector<std::string> KeptDSOSyms; in main() local1065 KeptDSOSyms.push_back(std::string(Name)); in main()1084 for (unsigned i = 0; i < KeptDSOSyms.size(); ++i) in main()1085 CodeGen.addMustPreserveSymbol(KeptDSOSyms[i]); in main()