Searched refs:ResolvedODR (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 334 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument 359 ResolvedODR, DefinedGVSummaries); in ModuleCacheEntry() 491 &ResolvedODR, in resolvePrevailingInIndex() 507 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 691 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local 692 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in promote() 856 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize() local 857 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in internalize() 1037 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run() local 1044 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols, 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() 1347 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
H A D | LTO.h | 70 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
|