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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DLinker.h46 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp371 // If a module summary index is supplied, load it so linkInModule can treat
398 Err = L.linkInModule(
405 Err = L.linkInModule(std::move(M), ApplicableFlags);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp574 bool Linker::linkInModule( function in class:Linker
595 return L.linkInModule(std::move(Src), Flags, std::move(InternalizeCallback));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp164 bool ret = TheLinker->linkInModule(Mod->takeModule());

Completed in 178 milliseconds