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
line
uintSource line
col
uintSource column
scope
DILocalScopeDILocalScope for the location
inlinedAt
DILocationDILocationthe 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
location
DILocationLocation to set
Returns
- InstructionBuilder
This builder for fluent API usage