Searched defs:recordNewLinkage (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 365 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 D | ThinLTOCodeGenerator.cpp | 528 auto recordNewLinkage = [&](StringRef ModuleIdentifier, resolvePrevailingInIndex() local
|