Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp365 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
390 ResolvedODR, DefinedGVSummaries); in ModuleCacheEntry()
514 &ResolvedODR, in resolvePrevailingInIndex()
530 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex()
715 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local
716 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in promote()
898 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize() local
899 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in internalize()
1099 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols, in run()
1121 ResolvedODR[ModuleIdentifier]; in run()
[all …]
H A DLTO.cpp93 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument
212 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey()
1380 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
1447 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument
1477 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1493 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument
1504 &ResolvedODR, in start()
1512 ResolvedODR, DefinedGlobals, ModuleMap); in start()
1524 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start()
1799 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h71 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,