23 references to WriteStartDIE
ILCompiler.Compiler (23)
Compiler\ObjectWriter\Dwarf\DwarfBuilder.cs (1)
165dwarfInfoWriter.WriteStartDIE(DwarfAbbrev.CompileUnit);
Compiler\ObjectWriter\Dwarf\DwarfInfo.cs (22)
56writer.WriteStartDIE(DwarfAbbrev.VoidType); 81writer.WriteStartDIE(DwarfAbbrev.BaseType); 107writer.WriteStartDIE(_typeRecords.Length > 0 ? DwarfAbbrev.EnumerationType : DwarfAbbrev.EnumerationTypeNoChildren); 124writer.WriteStartDIE(abbrev); 152writer.WriteStartDIE(_typeDescriptor.IsReference != 0 ? DwarfAbbrev.ReferenceType : DwarfAbbrev.PointerType); 163writer.WriteStartDIE(DwarfAbbrev.VoidPointerType); 181writer.WriteStartDIE(DwarfAbbrev.ArrayType); 186writer.WriteStartDIE(DwarfAbbrev.SubrangeType); 268writer.WriteStartDIE( 282writer.WriteStartDIE(DwarfAbbrev.ClassInheritance); 295writer.WriteStartDIE(DwarfAbbrev.ClassMember); 307writer.WriteStartDIE(DwarfAbbrev.ClassMemberStatic); 322writer.WriteStartDIE( 339writer.WriteStartDIE(DwarfAbbrev.FormalParameterThisSpec); 347writer.WriteStartDIE(DwarfAbbrev.FormalParameterSpec); 393writer.WriteStartDIE( 428writer.WriteStartDIE(DwarfAbbrev.TryBlock); 435writer.WriteStartDIE(DwarfAbbrev.CatchBlock); 454writer.WriteStartDIE(usesDebugLoc ? DwarfAbbrev.FormalParameterThisLoc : DwarfAbbrev.FormalParameterThis); 458writer.WriteStartDIE(usesDebugLoc ? DwarfAbbrev.FormalParameterLoc : DwarfAbbrev.FormalParameter); 463writer.WriteStartDIE(usesDebugLoc ? DwarfAbbrev.VariableLoc : DwarfAbbrev.Variable); 566writer.WriteStartDIE(DwarfAbbrev.VariableStatic);