Click or drag to resize
Llvm.NET LogoNativeModuleCreateMDNode Method

[This is preliminary documentation and is subject to change.]

Create an MDNode from a string

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public MDNode CreateMDNode(
	string value
)

Parameters

value
Type: SystemString
String value

Return Value

Type: MDNode
New node with the string as Operands[0] (as an MDString)
See Also