Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
HDLinkModules.cpp105 const DenseSet<const Comdat *> &ReplacedDstComdats);
429 GlobalValue &GV, const DenseSet<const Comdat *> &ReplacedDstComdats) { in dropReplacedComdat() argument
433 if (!ReplacedDstComdats.count(C)) in dropReplacedComdat()
464 DenseSet<const Comdat *> ReplacedDstComdats; in run() local
490 ReplacedDstComdats.insert(DstC); in run()
496 dropReplacedComdat(GV, ReplacedDstComdats); in run()
499 dropReplacedComdat(GV, ReplacedDstComdats); in run()
502 dropReplacedComdat(GV, ReplacedDstComdats); in run()