Table of Contents

Method CreateMDNode

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

CreateMDNode(LazyEncodedString)

Create an MDNode from a string

MDNode CreateMDNode(LazyEncodedString value)

Parameters

value LazyEncodedString

String value

Returns

MDNode

New node with the string as the first element of the Operands property (as an MDString)