Searched refs:NewTU (Results 1 – 2 of 2) sorted by relevance
1890 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType() local1891 DIE &UnitDie = NewTU.getUnitDie(); in addDwarfTypeUnitType()1895 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()1899 NewTU.setTypeSignature(Signature); in addDwarfTypeUnitType()1903 NewTU.initSection(Asm->getObjFileLowering().getDwarfTypesDWOSection()); in addDwarfTypeUnitType()1906 NewTU.initSection( in addDwarfTypeUnitType()1910 NewTU.setType(NewTU.createTypeDIE(CTy)); in addDwarfTypeUnitType()
2348 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType() local2349 DIE &UnitDie = NewTU.getUnitDie(); in addDwarfTypeUnitType()2352 NewTU.addUInt(UnitDie, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in addDwarfTypeUnitType()2356 NewTU.setTypeSignature(Signature); in addDwarfTypeUnitType()2360 NewTU.setSection(Asm->getObjFileLowering().getDwarfTypesDWOSection()); in addDwarfTypeUnitType()2362 NewTU.setSection(Asm->getObjFileLowering().getDwarfTypesSection(Signature)); in addDwarfTypeUnitType()2370 NewTU.addStringOffsetsStart(); in addDwarfTypeUnitType()2372 NewTU.setType(NewTU.createTypeDIE(CTy)); in addDwarfTypeUnitType()