/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 230 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument 263 for (auto &Entry : ResolvedODR) { in ModuleCacheEntry() 397 &ResolvedODR) { in resolveWeakForLinkerInIndex() 413 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolveWeakForLinkerInIndex() 531 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local 532 resolveWeakForLinkerInIndex(Index, ResolvedODR); in promote() 734 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run() local 738 resolveWeakForLinkerInIndex(*Index, ResolvedODR); in run() 756 ResolvedODR[DefinedGVSummaries.first()]; in run() 786 ResolvedODR[ModuleIdentifier], in run()
|
/external/llvm-project/llvm/lib/LTO/ |
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() 689 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local 690 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in promote() 854 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize() local 855 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in internalize() 1032 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run() local 1039 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols, in run() [all …]
|
D | LTO.cpp | 79 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument 182 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey() 1108 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 1147 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument 1172 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread() 1184 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument 1195 &ResolvedODR, in start() 1203 ResolvedODR, DefinedGlobals, ModuleMap); in start() 1215 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start() 1285 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 318 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument 343 ResolvedODR, DefinedGVSummaries); in ModuleCacheEntry() 467 &ResolvedODR, in resolvePrevailingInIndex() 483 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 662 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local 663 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in promote() 824 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in internalize() local 825 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols, in internalize() 993 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run() local 1000 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols, in run() [all …]
|
D | LTO.cpp | 76 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument 169 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey() 1047 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 1085 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument 1110 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread() 1122 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument 1133 &ResolvedODR, in start() 1138 ResolvedODR, DefinedGlobals, ModuleMap); in start() 1148 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start() 1214 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument [all …]
|
/external/llvm-project/llvm/include/llvm/LTO/ |
D | LTO.h | 70 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTO.h | 74 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
|