Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp391 DwarfCompileUnit &NewCU = *OwnedUnit; in constructDwarfCompileUnit() local
392 DIE &Die = NewCU.getUnitDie(); in constructDwarfCompileUnit()
395 NewCU.setSkeleton(constructSkeletonCU(NewCU)); in constructDwarfCompileUnit()
396 NewCU.addString(Die, dwarf::DW_AT_GNU_dwo_name, in constructDwarfCompileUnit()
406 NewCU.getUniqueID(), CompilationDir); in constructDwarfCompileUnit()
408 NewCU.addString(Die, dwarf::DW_AT_producer, DIUnit->getProducer()); in constructDwarfCompileUnit()
409 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in constructDwarfCompileUnit()
411 NewCU.addString(Die, dwarf::DW_AT_name, FN); in constructDwarfCompileUnit()
414 NewCU.initStmtList(); in constructDwarfCompileUnit()
419 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in constructDwarfCompileUnit()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp524 DwarfCompileUnit &NewCU = *OwnedUnit; in getOrCreateDwarfCompileUnit() local
525 DIE &Die = NewCU.getUnitDie(); in getOrCreateDwarfCompileUnit()
528 NewCU.setSkeleton(constructSkeletonCU(NewCU)); in getOrCreateDwarfCompileUnit()
529 NewCU.addString(Die, dwarf::DW_AT_GNU_dwo_name, in getOrCreateDwarfCompileUnit()
534 NewCU.addImportedEntity(IE); in getOrCreateDwarfCompileUnit()
542 CompilationDir, FN, NewCU.getMD5AsBytes(DIUnit->getFile()), in getOrCreateDwarfCompileUnit()
543 DIUnit->getSource(), NewCU.getUniqueID()); in getOrCreateDwarfCompileUnit()
549 NewCU.addString(Die, dwarf::DW_AT_producer, ProducerWithFlags); in getOrCreateDwarfCompileUnit()
551 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in getOrCreateDwarfCompileUnit()
553 NewCU.addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in getOrCreateDwarfCompileUnit()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp475 CompileUnit *NewCU = new CompileUnit(ID, Die, Asm, this); in constructCompileUnit() local
476 NewCU->addString(Die, dwarf::DW_AT_producer, dwarf::DW_FORM_string, in constructCompileUnit()
478 NewCU->addUInt(Die, dwarf::DW_AT_language, dwarf::DW_FORM_data2, in constructCompileUnit()
480 NewCU->addString(Die, dwarf::DW_AT_name, dwarf::DW_FORM_string, FN); in constructCompileUnit()
483 NewCU->addUInt(Die, dwarf::DW_AT_entry_pc, dwarf::DW_FORM_addr, 0); in constructCompileUnit()
487 NewCU->addLabel(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, in constructCompileUnit()
490 NewCU->addUInt(Die, dwarf::DW_AT_stmt_list, dwarf::DW_FORM_data4, 0); in constructCompileUnit()
493 NewCU->addString(Die, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string, Dir); in constructCompileUnit()
495 NewCU->addUInt(Die, dwarf::DW_AT_APPLE_optimized, dwarf::DW_FORM_flag, 1); in constructCompileUnit()
499 NewCU->addString(Die, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string, in constructCompileUnit()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h175 auto *NewCU = U.get(); in getUnitForIndexEntry() local
177 return NewCU; in getUnitForIndexEntry()