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

/freebsd-9.3-release/contrib/llvm/include/llvm-c/
H A DCore.h1509 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str,
1515 * This is the same as LLVMConstStringInContext except it operates on the
1518 * @see LLVMConstStringInContext()
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp710 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str, function
728 return LLVMConstStringInContext(LLVMGetGlobalContext(), Str, Length,

Completed in 118 milliseconds