Table of Contents

Method SetBody

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

SetBody(IDIBuilder, DIScope?, DIFile?, uint, DebugInfoFlags, IEnumerable<DebugMemberInfo>)

Sets the body of the union type

public void SetBody(IDIBuilder diBuilder, DIScope? scope, DIFile? file, uint line, DebugInfoFlags debugFlags, IEnumerable<DebugMemberInfo> debugElements)

Parameters

diBuilder IDIBuilder

Debug information to use

scope DIScope

Scope containing this type

file DIFile

File for the type

line uint

line number for the type

debugFlags DebugInfoFlags

Flags for the type

debugElements IEnumerable<DebugMemberInfo>

Descriptors for each element in the type