Method SetBody
SetBody(BitcodeModule, DIScope, DIFile, UInt32, DebugInfoFlags, IEnumerable<DebugMemberInfo>)
Sets the body of the union type
Declaration
public void SetBody(BitcodeModule module, DIScope scope, DIFile file, uint line, DebugInfoFlags debugFlags, IEnumerable<DebugMemberInfo> debugElements)
Parameters
public void SetBody(BitcodeModule module, DIScope scope, DIFile file, uint line, DebugInfoFlags debugFlags, IEnumerable<DebugMemberInfo> debugElements)
BitcodeModule | module | Module to contain the debug metadata |
DIScope | scope | Scope containing this type |
DIFile | file | File for the type |
UInt32 | line | line number for the type |
DebugInfoFlags | debugFlags | Flags for the type |
IEnumerable<DebugMemberInfo> | debugElements | Descriptors for each element in the type |