Lines Matching refs:ModuleLinker
29 class ModuleLinker { class
120 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker() function in __anonc41387ad0111::ModuleLinker
129 bool ModuleLinker::doImportAsDefinition(const GlobalValue *SGV) { in doImportAsDefinition()
147 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader()
167 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind()
235 bool ModuleLinker::getComdatResult(const Comdat *SrcC, in getComdatResult()
257 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource()
353 bool ModuleLinker::linkIfNeeded(GlobalValue &GV) { in linkIfNeeded()
420 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) { in addLazyFor()
451 void ModuleLinker::dropReplacedComdat( in dropReplacedComdat()
486 bool ModuleLinker::run() { in run()
606 ModuleLinker ModLinker(Mover, std::move(Src), Flags, GlobalsToImport); in linkInModule()