Home
last modified time | relevance | path

Searched refs:recordNewLinkage (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp372 recordNewLinkage, in thinLTOResolvePrevailingGUID()
426 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID()
451 recordNewLinkage, in thinLTOResolvePrevailingInIndex()
465 recordNewLinkage, GUIDPreservedSymbols); in thinLTOResolvePrevailingInIndex()
2032 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in runThinLTO() local
2038 recordNewLinkage, GUIDPreservedSymbols); in runThinLTO()
H A DThinLTOCodeGenerator.cpp521 auto recordNewLinkage = [&](StringRef ModuleIdentifier, in resolvePrevailingInIndex() local
529 thinLTOResolvePrevailingInIndex(Conf, Index, isPrevailing, recordNewLinkage, in resolvePrevailingInIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h56 recordNewLinkage,