Searched refs:LLVMConstStringInContext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm_ocaml.c650 return LLVMConstStringInContext(Context, String_val(Str), string_length(Str),
657 return LLVMConstStringInContext(Context, String_val(Str), string_length(Str),
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm-c/
H A DCore.h1394 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str,
1400 * This is the same as LLVMConstStringInContext except it operates on the
1403 * @see LLVMConstStringInContext()
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DCore.cpp663 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str, function
681 return LLVMConstStringInContext(LLVMGetGlobalContext(), Str, Length,

Completed in 156 milliseconds