ΒΆLLVMValueRef LLVMConstStringInContext(
    LLVMContextRef C,
    const char* Str,
    unsigned int Length,
    LLVMBool DontNullTerminate)

Description

Create a ConstantDataSequential and initialize it with a string.

Declared at: llvm/include/llvm-c/Core.h:1967

Parameters

LLVMContextRef C
const char* Str
unsigned int Length
LLVMBool DontNullTerminate