Table of Contents

Constructor DebugBasicType

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

DebugBasicType(ITypeRef, IDIBuilder, string, DiTypeKind)

Initializes a new instance of the DebugBasicType class.

public DebugBasicType(ITypeRef llvmType, IDIBuilder diBuilder, string name, DiTypeKind encoding)

Parameters

llvmType ITypeRef

Type to wrap debug information for

diBuilder IDIBuilder

Debug information builder for this module

name string

Source language name of the type

encoding DiTypeKind

Encoding for the type