Searched refs:DW_AT_producer (Results 1 – 4 of 4) sorted by relevance
/third_party/elfutils/tests/ |
D | show-die-info.c | 294 if (dwarf_hasattr (die, DW_AT_producer)) in handle() 297 if (dwarf_attr (die, DW_AT_producer, &attr) == NULL in handle()
|
/third_party/elfutils/libdw/ |
D | dwarf.h | 192 DW_AT_producer = 0x25, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 824 NewCU.addString(Die, dwarf::DW_AT_producer, ProducerWithFlags); in finishUnitAttributes() 826 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in finishUnitAttributes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 825 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
|