Table of Contents

Method CreateLexicalBlock

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

CreateLexicalBlock(DIScope?, DIFile?, uint, uint)

Creates a new DILexicalBlock

DILexicalBlock CreateLexicalBlock(DIScope? scope, DIFile? file, uint line, uint column)

Parameters

scope DIScope

DIScope for the block

file DIFile

DIFile containing the block

line uint

Starting line number for the block

column uint

Starting column for the block

Returns

DILexicalBlock

DILexicalBlock created from the parameters