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

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

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public DILexicalBlockFile CreateLexicalBlockFile(
	DIScope scope,
	DIFile file,
	uint discriminator
)

Parameters

scope
Type: Llvm.NET.DebugInfo.DIScope
DIScope for the block
file
Type: Llvm.NET.DebugInfo.DIFile
DIFile
discriminator
Type: System.UInt32
Discriminator to disambiguate lexical blocks with the same file info

Return Value

Type: DILexicalBlockFile
DILexicalBlockFile constructed from the parameters
See Also