Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c442 LLVMSetInitializer(string, LLVMConstStringInContext(gallivm->context, str, len, TRUE)); in lp_build_const_string()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1967 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1368 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str, in LLVMConstStringInContext() function
1379 return LLVMConstStringInContext(LLVMGetGlobalContext(), Str, Length, in LLVMConstString()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c5417 LLVMValueRef data = LLVMConstStringInContext(ctx->ac.context, shader->constant_data, in setup_constant_data()