Searched refs:ResolvedODR (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 399 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument 424 ResolvedODR, DefinedGVSummaries); in ModuleCacheEntry() 561 &ResolvedODR, in resolvePrevailingInIndex() 577 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 761 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local 762 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in promote() 926 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize() local 927 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in internalize() 1114 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols, in run() 1134 ResolvedODR[ModuleIdentifier]; in run() [all …]
|
| H A D | LTO.cpp | 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() 1508 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in runThinLTO() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 70 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
|