LLVMConstStringInContext

Function LLVMConstStringInContext 

Source
pub unsafe extern "C" fn LLVMConstStringInContext(
    C: LLVMContextRef,
    Str: *const c_char,
    Length: c_uint,
    DontNullTerminate: LLVMBool,
) -> LLVMValueRef
Expand description

Create a ConstantDataSequential and initialize it with a string.

@deprecated LLVMConstStringInContext is deprecated in favor of the API accurate LLVMConstStringInContext2 @see llvm::ConstantDataArray::getString()