Table of Contents

Method CreateLexicalBlockFile

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

CreateLexicalBlockFile(DIScope?, DIFile?, uint)

public DILexicalBlockFile CreateLexicalBlockFile(DIScope? scope, DIFile? file, uint discriminator)

Parameters

scope DIScope

DIScope for the block

file DIFile

DIFile

discriminator uint

Discriminator to disambiguate lexical blocks with the same file info

Returns

DILexicalBlockFile

DILexicalBlockFile constructed from the parameters