ΒΆconst char* LLVMGetMDString(LLVMValueRef V,
                            unsigned int* Length)

Description

Obtain the underlying string from a MDString value.

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

Parameters

LLVMValueRef V
Instance to obtain string from.
unsigned int* Length
Memory address which will hold length of returned string.

Returns

String data in MDString.