Method SetDebugLocation
SetDebugLocation(UInt32, UInt32, DIScope, DIScope)
Set the current debug location for this InstructionBuilder
Declaration
public InstructionBuilder SetDebugLocation(uint line, uint col, DIScope scope = null, DIScope inlinedAt = null)
Parameters
public InstructionBuilder SetDebugLocation(uint line, uint col, DIScope scope = null, DIScope inlinedAt = null)
UInt32 | line | Source line |
UInt32 | col | Source column |
DIScope | scope | DIScope for the location |
DIScope | inlinedAt | DIScopethe location is inlined into |
Returns
InstructionBuilder | This builder for fluent API usage |