Lines Matching refs:ResolvedODR
79 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
182 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey()
1108 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
1147 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument
1172 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1184 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1195 &ResolvedODR, in start()
1203 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1215 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1285 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1375 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in runThinLTO() local
1442 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
1462 ExportLists[Mod.first], ResolvedODR[Mod.first], in runThinLTO()