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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp29 class ModuleLinker { class in namespace:__anon3710
109 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, function in class:__anon3710::ModuleLinker
130 bool ModuleLinker::getComdatLeader(Module &M, StringRef ComdatName,
150 bool ModuleLinker::computeResultingSelectionKind(StringRef ComdatName,
218 bool ModuleLinker::getComdatResult(const Comdat *SrcC,
240 bool ModuleLinker::shouldLinkFromSource(bool &LinkFromSrc,
328 bool ModuleLinker::linkIfNeeded(GlobalValue &GV) {
396 void ModuleLinker::addLazyFor(GlobalValue &GV, const IRMover::ValueAdder &Add) {
422 void ModuleLinker::dropReplacedComdat(
457 bool ModuleLinker
[all...]

Completed in 35 milliseconds