Searched defs:ReplacedDstComdats (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Linker/
H A DLinkModules.cpp107 const DenseSet<const Comdat *> &ReplacedDstComdats);
452 GlobalValue &GV, const DenseSet<const Comdat *> &ReplacedDstComdats) {
456 if (!ReplacedDstComdats.count(C))
488 DenseSet<const Comdat *> ReplacedDstComdats; local
510 ReplacedDstComdats.insert(DstC);
517 dropReplacedComdat(GV, ReplacedDstComdats);
522 dropReplacedComdat(GV, ReplacedDstComdats);
527 dropReplacedComdat(GV, ReplacedDstComdats);
451 dropReplacedComdat( GlobalValue &GV, const DenseSet<const Comdat *> &ReplacedDstComdats) argument

Completed in 251 milliseconds