Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp29 class ModuleLinker { class
109 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker() function in __anonc23b2f560111::ModuleLinker
130 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName, in getComdatLeader()
150 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName, in computeResultingSelectionKind()
218 bool ModuleLinker::getComdatResult(const Comdat *SrcC, in getComdatResult()
240 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc, in shouldLinkFromSource()
328 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()
[all …]