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