Searched refs:ResolvedODR (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 358 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument 383 ResolvedODR, DefinedGVSummaries); in ModuleCacheEntry() 508 &ResolvedODR, in resolvePrevailingInIndex() 524 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 697 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local 698 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in promote() 883 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize() local 884 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in internalize() 1076 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run() local 1080 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols, in run() [all …]
|
| H A D | LTO.cpp | 106 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument 217 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey() 1498 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument 1528 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR, in runThinLTOBackendThread() 1544 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument 1555 &ResolvedODR, in start() 1563 ResolvedODR, DefinedGlobals, ModuleMap); in start() 1575 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start() 1611 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument 1646 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR, in runThinLTOBackendThread() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 74 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 238 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
|