Searched refs:NewTU (Results 1 – 1 of 1) sorted by relevance
3457 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType() local3458 DIE &UnitDie = NewTU.getUnitDie(); in addDwarfTypeUnitType()3461 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()3465 NewTU.setTypeSignature(Signature); in addDwarfTypeUnitType()3475 NewTU.addString(UnitDie, dwarf::DW_AT_comp_dir, CompilationDir); in addDwarfTypeUnitType()3476 NewTU.addString(UnitDie, dwarf::DW_AT_dwo_name, in addDwarfTypeUnitType()3483 NewTU.setSection(Section); in addDwarfTypeUnitType()3489 NewTU.setSection(Section); in addDwarfTypeUnitType()3497 NewTU.addStringOffsetsStart(); in addDwarfTypeUnitType()3499 NewTU.setType(NewTU.createTypeDIE(CTy)); in addDwarfTypeUnitType()