Searched refs:NewCU (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 816 DwarfCompileUnit &NewCU) { in finishUnitAttributes() argument 817 DIE &Die = NewCU.getUnitDie(); in finishUnitAttributes() 824 NewCU.addString(Die, dwarf::DW_AT_producer, ProducerWithFlags); in finishUnitAttributes() 826 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in finishUnitAttributes() 828 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in finishUnitAttributes() 830 NewCU.addString(Die, dwarf::DW_AT_name, FN); in finishUnitAttributes() 834 NewCU.addStringOffsetsStart(); in finishUnitAttributes() 837 NewCU.initStmtList(); in finishUnitAttributes() 842 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes() 844 addGnuPubAttributes(NewCU, Die); in finishUnitAttributes() [all …]
|
D | DwarfDebug.h | 566 DwarfCompileUnit &NewCU);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 165 auto *NewCU = U.get(); in getUnitForIndexEntry() local 168 return NewCU; in getUnitForIndexEntry()
|