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