Constructor DebugBasicType
DebugBasicType(ITypeRef, BitcodeModule, String, DiTypeKind)
Initializes a new instance of the DebugBasicType class.
Declaration
public DebugBasicType(ITypeRef llvmType, BitcodeModule module, string name, DiTypeKind encoding)
Parameters
public DebugBasicType(ITypeRef llvmType, BitcodeModule module, string name, DiTypeKind encoding)
ITypeRef | llvmType | Type to wrap debug information for |
BitcodeModule | module | Module to use when constructing the debug information |
String | name | Source language name of the type |
DiTypeKind | encoding | Encoding for the type |