Searched refs:ResolvedODR (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 363 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() 1082 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run() local 1089 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols, in run() [all …]
|
| H A D | LTO.cpp | 85 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument 189 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey() 1218 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 1285 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument 1315 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread() 1331 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument 1342 &ResolvedODR, in start() 1350 ResolvedODR, DefinedGlobals, ModuleMap); in start() 1362 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start() 1436 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 71 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
|