Home
last modified time | relevance | path

Searched refs:LLVMModuleCreateWithNameInContext (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_helper.cpp82 LLVMModuleRef module = LLVMModuleCreateWithNameInContext("mesa-shader", ctx); in ac_create_module()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c352 gallivm->module = LLVMModuleCreateWithNameInContext(name, in init_gallivm_state()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h657 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp1807 fModule = LLVMModuleCreateWithNameInContext("skslmodule", fContext); in createModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp234 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext() function