Click or drag to resize
Llvm.NET LogoDebugInfoBuilder.CreateLexicalBlock Method

[This is preliminary documentation and is subject to change.]

Creates a new DILexicalBlock

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public DILexicalBlock CreateLexicalBlock(
	DIScope scope,
	DIFile file,
	uint line,
	uint column
)

Parameters

scope
Type: Llvm.NET.DebugInfo.DIScope
DIScope for the block
file
Type: Llvm.NET.DebugInfo.DIFile
DIFile containing the block
line
Type: System.UInt32
Starting line number for the block
column
Type: System.UInt32
Starting column for the block

Return Value

Type: DILexicalBlock
DILexicalBlock created from the parameters
See Also