Searched refs:ResolvedODR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 366 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument 391 ResolvedODR, DefinedGVSummaries); in ModuleCacheEntry() 515 &ResolvedODR, in resolvePrevailingInIndex() 531 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 707 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local 708 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in promote() 894 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize() local 895 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in internalize() 1091 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run() local 1095 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols, in run() [all …]
|
H A D | LTO.cpp | 96 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument 224 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey() 1392 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 1464 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument 1494 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread() 1510 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument 1521 &ResolvedODR, in start() 1529 ResolvedODR, DefinedGlobals, ModuleMap); in start() 1541 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start() 1633 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 71 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
|