Table of Contents

Method GetMDKindId

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

GetMDKindId(LazyEncodedString)

Gets non-zero IrMetadata kind ID for a given name

public uint GetMDKindId(LazyEncodedString name)

Parameters

name LazyEncodedString

name of the metadata kind

Returns

uint

integral constant for the ID

Remarks

These IDs are uniqued across all modules in this context.