ΒΆLLVMMetadataRef LLVMMDStringInContext2(
    LLVMContextRef C,
    const char* Str,
    size_t SLen)

Description

Create an MDString value from a given string value. The MDString value does not take ownership of the given string, it remains the responsibility of the caller to free it.

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

Parameters

LLVMContextRef C
const char* Str
size_t SLen