Lines Matching refs:ResolvedODR
84 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
186 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey()
1182 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
1249 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument
1279 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1295 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1306 &ResolvedODR, in start()
1314 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1326 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1400 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1480 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in runThinLTO() local
1553 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
1580 ExportLists[Mod.first], ResolvedODR[Mod.first], in runThinLTO()