Home
last modified time | relevance | path

Searched refs:CommandLineResolutions (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp206 CommandLineResolutions; in run() local
232 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()