ΒΆLLVMMetadataRef LLVMDIBuilderCreateLexicalBlock(
    LLVMDIBuilderRef Builder,
    LLVMMetadataRef Scope,
    LLVMMetadataRef File,
    unsigned int Line,
    unsigned int Column)

Description

Create a descriptor for a lexical block with the specified parent context.

Declared at: llvm/include/llvm-c/DebugInfo.h:366

Parameters

LLVMDIBuilderRef Builder
The \c DIBuilder.
LLVMMetadataRef Scope
Parent lexical block.
LLVMMetadataRef File
Source file.
unsigned int Line
The line in the source file.
unsigned int Column
The column in the source file.