Class DILocation
Debug source location information
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.DebugInfo
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class DILocation : MDNode
Constructors
DILocation(Context, UInt32, UInt32, DILocalScope) | Initializes a new instance of the DILocation class. |
DILocation(Context, UInt32, UInt32, DILocalScope, DILocation) | Initializes a new instance of the DILocation class. |
Properties
Column | Gets the column for this location |
InlinedAt | Gets the location this location is inlined at |
InlinedAtScope | Gets the scope where this is inlined. |
Line | Gets the line for this location |
Scope | Gets the scope for this location |
Methods
ToString() | Formats the metadata as a string |