Lines Matching refs:ResolvedODR
96 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
224 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey()
1392 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
1464 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument
1494 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1510 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1521 &ResolvedODR, in start()
1529 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1541 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1633 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1723 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in runThinLTO() local
1831 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
1858 ExportLists[Mod.first], ResolvedODR[Mod.first], in runThinLTO()