Home
last modified time | relevance | path

Searched refs:ResolvedODR (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp363 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
388 ResolvedODR, DefinedGVSummaries); in ModuleCacheEntry()
527 &ResolvedODR, in resolvePrevailingInIndex()
543 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
727 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local
728 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in promote()
893 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize() local
894 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in internalize()
1089 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols, in run()
1111 ResolvedODR[ModuleIdentifier]; in run()
[all …]
H A DLTO.cpp84 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
186 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey()
1182 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
1249 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument
1279 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1295 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1306 &ResolvedODR, in start()
1314 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1326 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1553 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h71 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,