Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c449 LLVMSetInitializer(string, LLVMConstStringInContext(gallivm->context, str, len, TRUE)); in lp_build_const_string()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c449 LLVMSetInitializer(string, LLVMConstStringInContext(gallivm->context, str, len, TRUE)); in lp_build_const_string()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c743 return LLVMConstStringInContext(Context, String_val(Str), string_length(Str), in llvm_const_string()
750 return LLVMConstStringInContext(Context, String_val(Str), string_length(Str), in llvm_const_stringz()
/external/llvm/include/llvm-c/
DCore.h1556 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str,
/external/llvm/lib/IR/
DCore.cpp772 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str, in LLVMConstStringInContext() function
790 return LLVMConstStringInContext(LLVMGetGlobalContext(), Str, Length, in LLVMConstString()