Table of Contents

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 uint

Source line

col uint

Source column

scope DILocalScope

DILocalScope for the location

inlinedAt DILocation

DILocationthe 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 DILocation

Location to set

Returns

InstructionBuilder

This builder for fluent API usage