Lines Matching refs:ResolvedODR
73 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
164 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey()
949 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
987 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument
1012 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1024 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1035 &ResolvedODR, in start()
1040 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1050 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1116 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1195 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in runThinLTO() local
1243 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
1258 ResolvedODR[Mod.first], ThinLTO.ModuleMap)) in runThinLTO()