Searched refs:ResolvedODR (Results 1 – 3 of 3) sorted by relevance
/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/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 299 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument 373 for (auto &Entry : ResolvedODR) { in ModuleCacheEntry() 510 &ResolvedODR) { in resolveWeakForLinkerInIndex() 526 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolveWeakForLinkerInIndex() 678 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local 679 resolveWeakForLinkerInIndex(Index, ResolvedODR); in promote() 950 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run() local 954 resolveWeakForLinkerInIndex(*Index, ResolvedODR); in run() 965 ResolvedODR[DefinedGVSummaries.first()]; in run() 995 ResolvedODR[ModuleIdentifier], in run()
|
D | LTO.cpp | 72 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeCacheKey() argument 163 for (auto &Entry : ResolvedODR) { in computeCacheKey() 910 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 955 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument 981 ResolvedODR, DefinedGlobals, TypeIdSummariesByGuid, in runThinLTOBackendThread() 993 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument 1004 &ResolvedODR, in start() 1010 ResolvedODR, DefinedGlobals, ModuleMap, TypeIdSummariesByGuid); in start() 1020 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap), in start() 1087 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument [all …]
|