Table of Contents

Constructor DILocation

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

DILocation(IContext, uint, uint, DILocalScope)

Initializes a new instance of the DILocation class.

public DILocation(IContext context, uint line, uint column, DILocalScope scope)

Parameters

context IContext

ContextAlias that owns this location

line uint

line number for the location

column uint

Column number for the location

scope DILocalScope

Containing scope for the location

DILocation(IContext, uint, uint, DILocalScope, DILocation?)

Initializes a new instance of the DILocation class.

public DILocation(IContext context, uint line, uint column, DILocalScope scope, DILocation? inlinedAt)

Parameters

context IContext

ContextAlias that owns this location

line uint

line number for the location

column uint

Column number for the location

scope DILocalScope

Containing scope for the location

inlinedAt DILocation

Scope where this scope is inlined at/into