Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/llvm-link/
H A 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()