Click or drag to resize
Llvm.NET LogoDebugInfoBuilderCreateLexicalBlock 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.DebugInfoDIScope
DIScope for the block
file
Type: Llvm.NET.DebugInfoDIFile
DIFile containing the block
line
Type: SystemUInt32
Starting line number for the block
column
Type: SystemUInt32
Starting column for the block

Return Value

Type: DILexicalBlock
DILexicalBlock created from the parameters
See Also