LLVMConstString

Create a ConstantDataSequential with string content in the global context.

This is the same as LLVMConstStringInContext except it operates on the global context.

@see LLVMConstStringInContext() @see llvm::ConstantDataArray::getString()

extern (C) nothrow
LLVMValueRef
LLVMConstString
(
const(char)* Str
,
uint Length
,)

Meta