Class DIModule
A source module that is imported by a compile unit
Namespace: Ubiquity.NET.Llvm.DebugInfo
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class DIModule : DIScope, IOperandContainer<LlvmMetadata>
Properties
ConfigurationMacros | Gets the configuration macros for the module |
IncludePath | Gets the include path for the module |
Name | Gets the name of the scope or an empty string if the scope doesn't have a name |
Scope | Gets the parent scope for this scope or null if no parent scope exists |
SysRoot | Gets the ISysRoot for the module |