Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DLinkModules.cpp105 const DenseSet<const Comdat *> &ReplacedDstComdats);
423 GlobalValue &GV, const DenseSet<const Comdat *> &ReplacedDstComdats) { in dropReplacedComdat() argument
427 if (!ReplacedDstComdats.count(C)) in dropReplacedComdat()
459 DenseSet<const Comdat *> ReplacedDstComdats; in run() local
481 ReplacedDstComdats.insert(DstC); in run()
488 dropReplacedComdat(GV, ReplacedDstComdats); in run()
493 dropReplacedComdat(GV, ReplacedDstComdats); in run()
498 dropReplacedComdat(GV, ReplacedDstComdats); in run()
/external/llvm/lib/Linker/
DLinkModules.cpp107 const DenseSet<const Comdat *> &ReplacedDstComdats);
452 GlobalValue &GV, const DenseSet<const Comdat *> &ReplacedDstComdats) { in dropReplacedComdat() argument
456 if (!ReplacedDstComdats.count(C)) in dropReplacedComdat()
488 DenseSet<const Comdat *> ReplacedDstComdats; in run() local
510 ReplacedDstComdats.insert(DstC); in run()
517 dropReplacedComdat(GV, ReplacedDstComdats); in run()
522 dropReplacedComdat(GV, ReplacedDstComdats); in run()
527 dropReplacedComdat(GV, ReplacedDstComdats); in run()