Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DLTOModule.h120 std::unique_ptr<Module> takeModule() { return std::move(Mod); } in takeModule() function
/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()
176 MergedModule = Mod->takeModule(); in setModule()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dinvocation.cpp368 return act.takeModule(); in compile()
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp858 return { act.takeModule(), std::move(llvm_ctx) }; in clc_compile_to_llvm_module()