Lines Matching refs:ResolvedODR
93 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
212 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey()
1380 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
1447 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument
1477 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1493 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1504 &ResolvedODR, in start()
1512 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1524 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1601 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1691 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in runThinLTO() local
1799 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
1826 ExportLists[Mod.first], ResolvedODR[Mod.first], in runThinLTO()