Searched refs:LLVMConstStringInContext (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 442 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/ |
D | Core.h | 1967 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1368 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str, in LLVMConstStringInContext() function 1379 return LLVMConstStringInContext(LLVMGetGlobalContext(), Str, Length, in LLVMConstString()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 5417 LLVMValueRef data = LLVMConstStringInContext(ctx->ac.context, shader->constant_data, in setup_constant_data()
|