Lines Matching refs:ModuleLinker
29 class ModuleLinker { class
109 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker() function in __anon41527eff0111::ModuleLinker
130 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader()
150 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind()
234 bool ModuleLinker::getComdatResult(const Comdat *SrcC, in getComdatResult()
256 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource()
344 bool ModuleLinker::linkIfNeeded(GlobalValue &GV) { in linkIfNeeded()
412 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor()
438 void ModuleLinker::dropReplacedComdat( in dropReplacedComdat()
472 bool ModuleLinker::run() { in run()
592 ModuleLinker ModLinker(Mover, std::move(Src), Flags, in linkInModule()