Skip to main content

LLVMConstString

Function LLVMConstString 

Source
pub unsafe extern "C" fn LLVMConstString(
    Str: *const c_char,
    Length: c_uint,
    DontNullTerminate: LLVMBool,
) -> LLVMValueRef
👎Deprecated since 221.0.0: Use of the global context is deprecated, use LLVMConstStructInContext instead