Click or drag to resize
Llvm.NET LogoDebugInfoBuilderCreateLexicalBlockFile 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.DebugInfoDIScope
DIScope for the block
file
Type: Llvm.NET.DebugInfoDIFile
DIFile
discriminator
Type: SystemUInt32
Discriminator to disambiguate lexical blocks with the same file info

Return Value

Type: DILexicalBlockFile
DILexicalBlockFile constructed from the parameters
See Also