Searched refs:NewCU (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp747 CompileUnit *NewCU = new CompileUnit(GlobalCUIndexCount++, Die, DIUnit, Asm, local
750 FileIDCUMap[NewCU->getUniqueID()] = 0;
753 getOrCreateSourceID(FN, CompilationDir, NewCU->getUniqueID());
755 NewCU->addString(Die, dwarf::DW_AT_producer, DIUnit.getProducer());
756 NewCU->addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2,
758 NewCU->addString(Die, dwarf::DW_AT_name, FN);
764 NewCU->addLabelAddress(Die, dwarf::DW_AT_low_pc, NULL);
768 NewCU->getUniqueID());
770 NewCU->getUniqueID());
775 (NewCU
2972 CompileUnit *NewCU = new CompileUnit(CU->getUniqueID(), Die, CU->getNode(), local
[all...]

Completed in 103 milliseconds