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

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp230 CommandLineResolutions; local
256 CommandLineResolutions[{std::string(FileName), std::string(SymbolName)}]
377 auto I = CommandLineResolutions.find({F, std::string(Sym.getName())});
382 if (I == CommandLineResolutions.end()) {
384 I = CommandLineResolutions.find({F, std::string(SplitName.first)});
386 if (I == CommandLineResolutions.end()) {
394 CommandLineResolutions.erase(I);
405 if (!CommandLineResolutions.empty()) {
407 for (auto UnusedRes : CommandLineResolutions)

Completed in 107 milliseconds