CompilationResult.GetLabelsForNode(string)

Method in CompilationResult

Summary

Gets the mapping of instruction indices to named labels found in the node.

public IReadOnlyDictionary<int, string> GetLabelsForNode(string node)

Parameters

NameDescription
string nodeThe name of the node.

Returns

The instruction label mapping.