Lines Matching defs:ModuleLinker
30 class ModuleLinker {
110 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags,
131 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName,
151 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName,
219 bool ModuleLinker::getComdatResult(const Comdat *SrcC,
240 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc,
328 bool ModuleLinker::linkIfNeeded(GlobalValue &GV,
402 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) {
428 void ModuleLinker::dropReplacedComdat(
462 bool ModuleLinker::run() {
626 ModuleLinker ModLinker(Mover, std::move(Src), Flags,