GetLabelsForNode(string)
Last updated
Was this helpful?
Method in CompilationResult
Gets the mapping of instruction indices to named labels found in the node.
public IReadOnlyDictionary<int, string> GetLabelsForNode(string node)string node
The name of the node.
The instruction label mapping.
Last updated
Was this helpful?
Was this helpful?
