Searched refs:ResolvedODR (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 301 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument 326 ResolvedODR, DefinedGVSummaries); in ModuleCacheEntry() 450 &ResolvedODR) { in resolvePrevailingInIndex() 466 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolvePrevailingInIndex() 619 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote() local 620 resolvePrevailingInIndex(Index, ResolvedODR); in promote() 901 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run() local 905 resolvePrevailingInIndex(*Index, ResolvedODR); in run() 919 ResolvedODR[ModuleIdentifier]; in run() 949 ResolvedODR[ModuleIdentifier], in run()
|
| H A D | LTO.cpp | 73 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in computeLTOCacheKey() argument 164 for (auto &Entry : ResolvedODR) { in computeLTOCacheKey() 949 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, 987 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in runThinLTOBackendThread() argument 1012 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread() 1024 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument 1035 &ResolvedODR, in start() 1040 ResolvedODR, DefinedGlobals, ModuleMap); in start() 1050 std::ref(ResolvedODR), std::ref(DefinedGlobals), std::ref(ModuleMap)); in start() 1116 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in start() argument [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 71 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR,
|