Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h147 #define DW_AT_producer 0x25 macro
H A Ddwarf_pro_attr.c98 if (_dwarf_add_string_attr(die, &at, DW_AT_producer, producer, error) != in dwarf_add_AT_producer()
H A Ddwarf_dump.c199 case DW_AT_producer: in dwarf_get_AT_name()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp754 die->GetAttributeValueAsString(this, DW_AT_producer, nullptr)); in ParseProducerInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp376 case dwarf::DW_AT_producer: in processOneAttribute()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1981 if (die_string(&dw, cu, DW_AT_producer, &prod, 0)) { in dw_read()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1018 NewCU.addString(Die, dwarf::DW_AT_producer, ProducerWithFlags); in finishUnitAttributes()
1020 NewCU.addString(Die, dwarf::DW_AT_producer, Producer); in finishUnitAttributes()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp807 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp