Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DLinker.h46 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DLinkModules.cpp574 bool Linker::linkInModule( in linkInModule() function in Linker
595 return L.linkInModule(std::move(Src), Flags, std::move(InternalizeCallback)); in linkModules()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp463 if (linker->linkInModule(parse_module_library(b, ctx, r_log))) in link()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp161 bool ret = TheLinker->linkInModule(Mod->takeModule()); in addModule()