Home
last modified time | relevance | path

Searched refs:NewTU (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1890 DwarfTypeUnit &NewTU = *OwnedUnit; in addDwarfTypeUnitType() local
1891 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()