LLVMConstStringInContext2

Function LLVMConstStringInContext2 

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

Create a ConstantDataSequential and initialize it with a string.

@see llvm::ConstantDataArray::getString()