 | DebugTypeHasDebugInfo Method |
[This is preliminary documentation and is subject to change.]
Convenience extensions for determining if the
DIType property is valid
Namespace:
Llvm.NET.DebugInfo
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
RemarksIn LLVM Debug information a
DIType is
used to represent the void type. Thus, looking only at the
DIType property is
insufficient to distinguish between a type with no debug information and one representing the void
type. This property is used to disambiguate the two possibilities.
See Also