Searched refs:CommandLineResolutions (Results 1 – 1 of 1) sorted by relevance
253 CommandLineResolutions; in run() local278 CommandLineResolutions[{std::string(FileName), std::string(SymbolName)}] in run()399 auto I = CommandLineResolutions.find({F, std::string(Sym.getName())}); in run()404 if (I == CommandLineResolutions.end()) { in run()406 I = CommandLineResolutions.find({F, std::string(SplitName.first)}); in run()408 if (I == CommandLineResolutions.end()) { in run()416 CommandLineResolutions.erase(I); in run()427 if (!CommandLineResolutions.empty()) { in run()429 for (auto UnusedRes : CommandLineResolutions) in run()