Lines Matching refs:ModuleLinker
30 class ModuleLinker { class
110 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker() function in __anona9609fb00111::ModuleLinker
131 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader()
151 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind()
219 bool ModuleLinker::getComdatResult(const Comdat *SrcC, in getComdatResult()
241 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource()
329 bool ModuleLinker::linkIfNeeded(GlobalValue &GV) { in linkIfNeeded()
396 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor()
422 void ModuleLinker::dropReplacedComdat( in dropReplacedComdat()
457 bool ModuleLinker::run() { in run()
577 ModuleLinker ModLinker(Mover, std::move(Src), Flags, in linkInModule()