Home | History | Annotate | Download | only in llvm-c

Lines Matching refs:LLVMConstStringInContext

1641 LLVMValueRef LLVMConstStringInContext(LLVMContextRef C, const char *Str,
1647 * This is the same as LLVMConstStringInContext except it operates on the
1650 * @see LLVMConstStringInContext()