ΒΆLLVMValueRef LLVMConstString(
const char* Str,
unsigned int Length,
LLVMBool DontNullTerminate)
LLVMValueRef LLVMConstString(
const char* Str,
unsigned int Length,
LLVMBool DontNullTerminate)
Description
Create a ConstantDataSequential with string content in the global context. This is the same as LLVMConstStringInContext except it operates on the global context.
Declared at: llvm/include/llvm-c/Core.h:1979
Parameters
- const char* Str
- unsigned int Length
- LLVMBool DontNullTerminate