Class DILocation
Debug source location information
Namespace: Ubiquity.NET.Llvm.DebugInfo
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class DILocation : MDNode, IOperandContainer<LlvmMetadata>
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() |