Lines Matching refs:ResolvedODR
82 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
185 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey()
1170 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
1209 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument
1234 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1246 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1257 &ResolvedODR, in start()
1265 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1277 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1347 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1437 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in runThinLTO() local
1508 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
1528 ExportLists[Mod.first], ResolvedODR[Mod.first], in runThinLTO()