Method SetDebugLocation
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
SetDebugLocation(uint, uint, DILocalScope, DILocation?)
Set the current debug location for this InstructionBuilder
public InstructionBuilder SetDebugLocation(uint line, uint col, DILocalScope scope, DILocation? inlinedAt = null)
Parameters
lineuintSource line
coluintSource column
scopeDILocalScopeDILocalScope for the location
inlinedAtDILocationDILocationthe location is inlined into
Returns
- InstructionBuilder
This builder for fluent API usage
SetDebugLocation(DILocation?)
Set the current debug location for this InstructionBuilder
public InstructionBuilder SetDebugLocation(DILocation? location)
Parameters
locationDILocationLocation to set
Returns
- InstructionBuilder
This builder for fluent API usage