Home
last modified time | relevance | path

Searched defs:recordNewLinkage (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/LTO/
H A DLTO.cpp365 thinLTOResolvePrevailingGUID(const Config & C,ValueInfo VI,DenseSet<GlobalValueSummary * > & GlobalInvolvedWithAlias,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,function_ref<void (StringRef,GlobalValue::GUID,GlobalValue::LinkageTypes)> recordNewLinkage,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols) thinLTOResolvePrevailingGUID() argument
441 thinLTOResolvePrevailingInIndex(const Config & C,ModuleSummaryIndex & Index,function_ref<bool (GlobalValue::GUID,const GlobalValueSummary *)> isPrevailing,function_ref<void (StringRef,GlobalValue::GUID,GlobalValue::LinkageTypes)> recordNewLinkage,const DenseSet<GlobalValue::GUID> & GUIDPreservedSymbols) thinLTOResolvePrevailingInIndex() argument
1827 auto recordNewLinkage = [&](StringRef ModuleIdentifier, runThinLTO() local
H A DThinLTOCodeGenerator.cpp528 auto recordNewLinkage = [&](StringRef ModuleIdentifier, resolvePrevailingInIndex() local