Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-link/
Dllvm-link.cpp214 std::map<StringRef, DenseSet<const GlobalValue *>> ModuleToGlobalsToImportMap; in importFunctions() local
257 auto &Entry = ModuleToGlobalsToImportMap[SrcModule.getModuleIdentifier()]; in importFunctions()
264 for (auto &GlobalsToImportPerModule : ModuleToGlobalsToImportMap) { in importFunctions()