ΒΆLLVMMetadataRef LLVMDIBuilderCreateTempMacroFile(
    LLVMDIBuilderRef Builder,
    LLVMMetadataRef ParentMacroFile,
    unsigned int Line,
    LLVMMetadataRef File)

Description

Create debugging information temporary entry for a macro file. List of macro node direct children will be calculated by DIBuilder, using the \p ParentMacroFile relationship.

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

Parameters

LLVMDIBuilderRef Builder
The DIBuilder.
LLVMMetadataRef ParentMacroFile
Macro parent (could be NULL).
unsigned int Line
Source line number where the macro file is included.
LLVMMetadataRef File
File descriptor containing the name of the macro file.