Home
last modified time | relevance | path

Searched refs:build_module_library (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dcodegen.hpp45 build_module_library(const ::llvm::Module &mod,
Dinvocation.cpp417 return build_module_library(*mod, binary::section::text_intermediate); in compile_program()
493 return build_module_library(*mod, binary::section::text_library); in link_program()
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dbitcode.cpp74 clover::llvm::build_module_library(const ::llvm::Module &mod, in build_module_library() function in clover::llvm