Class DIMacroFile
Macro file included by a unit
Namespace: Ubiquity.NET.Llvm.DebugInfo
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class DIMacroFile : DIMacroNode, IOperandContainer<LlvmMetadata>
Remarks
A macro file is collection of macros and the DIFile that they are all defined in. Essentially this is used to establish a many to one relation mapping between the macros and the DIFile that they are used in.
Properties
Elements | Gets the elements of this macro file |
File | Gets the file information for this macro file |