Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Linker/
H A DLinkModules.cpp105 const DenseSet<const Comdat *> &ReplacedDstComdats);
425 GlobalValue &GV, const DenseSet<const Comdat *> &ReplacedDstComdats) { in dropReplacedComdat() argument
429 if (!ReplacedDstComdats.count(C)) in dropReplacedComdat()
460 DenseSet<const Comdat *> ReplacedDstComdats; in run() local
482 ReplacedDstComdats.insert(DstC); in run()
488 dropReplacedComdat(GV, ReplacedDstComdats); in run()
491 dropReplacedComdat(GV, ReplacedDstComdats); in run()
494 dropReplacedComdat(GV, ReplacedDstComdats); in run()