LLVMMDStringInContext

Obtain a MDString value from a context.

The returned instance corresponds to the llvm::MDString class.

The instance is specified by string data of a specified length. The string content is copied, so the backing memory can be freed after this function returns.

extern (C) nothrow
LLVMMDStringInContext
(,
const(char)* Str
,
uint SLen
)

Meta