Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Linker/
H A DLinker.h44 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp231 if (L.linkInModule(std::move(M))) in loadArFile()
432 Err = L.linkInModule( in linkFiles()
439 Err = L.linkInModule(std::move(M), ApplicableFlags); in linkFiles()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DLinkModules.cpp598 bool Linker::linkInModule( in linkInModule() function in Linker
619 return L.linkInModule(std::move(Src), Flags, std::move(InternalizeCallback)); in linkModules()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToHsaco.cpp303 bool err = linker.linkInModule( in translateToLLVMIR()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp142 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2458 L.linkInModule(std::move(LibDeviceModule), Linker::LinkOnlyNeeded); in addCUDALibDevice()