Class DIMacroFile
Macro file included by a unit
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.DebugInfo
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class DIMacroFile : DIMacroNode
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 |