Searched refs:CommandLineResolutions (Results 1 – 1 of 1) sorted by relevance
206 CommandLineResolutions; in run() local232 CommandLineResolutions[{std::string(FileName), std::string(SymbolName)}] in run()327 auto I = CommandLineResolutions.find({F, std::string(Sym.getName())}); in run()332 if (I == CommandLineResolutions.end()) { in run()334 I = CommandLineResolutions.find({F, std::string(SplitName.first)}); in run()336 if (I == CommandLineResolutions.end()) { in run()344 CommandLineResolutions.erase(I); in run()355 if (!CommandLineResolutions.empty()) { in run()357 for (auto UnusedRes : CommandLineResolutions) in run()