Home
last modified time | relevance | path

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

/external/llvm/test/MC/ELF/
Ddiscriminator.s22 .long .Linfo_string0 # DW_AT_producer
34 .byte 37 # DW_AT_producer
/external/llvm/test/DebugInfo/SystemZ/
Dvariable-loc.s9 # CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000000] = "clang version 3.2 ")
110 .long .Linfo_string0 # DW_AT_producer
182 .byte 37 # DW_AT_producer
/external/llvm/test/DebugInfo/X86/
Dfission-cu.ll36 ; CHECK: DW_AT_producer DW_FORM_GNU_str_index
67 ; CHECK: DW_AT_producer [DW_FORM_GNU_str_index] ( indexed (00000000) string = "clang version 3.3 (t…
/external/llvm/test/tools/dsymutil/X86/
Dbasic-lto-dw4-linking-x86.test10 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "clang version 3.7.0 ")
49 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "clang version 3.7.0 ")
90 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "clang version 3.7.0 ")
Dbasic-lto-linking-x86.test11 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (cla…
56 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (cla…
95 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (cla…
Dbasic-linking-x86.test17 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (cla…
66 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (clan…
107 CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000001] = "Apple LLVM version 6.0 (cla…
/external/elfutils/src/tests/
Dshow-die-info.c294 if (dwarf_hasattr (die, DW_AT_producer)) in handle()
297 if (dwarf_attr (die, DW_AT_producer, &attr) == NULL in handle()
/external/llvm/test/DebugInfo/AArch64/
Ddwarfdump.ll12 ; CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000000] = "clang version 3.3 ")
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h184 DW_AT_producer = 0x25, enumerator
/external/elfutils/src/libdw/
Ddwarf.h155 DW_AT_producer = 0x25, enumerator
Dknown-dwarf.h120 ONE_KNOWN_DW_AT (producer, DW_AT_producer) \
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h249 DW_AT_producer = 0x25, enumerator
Dd3basics.c221 case DW_AT_producer: return "DW_AT_producer"; in ML_()
/external/llvm/lib/Support/
DDwarf.cpp72 case DW_AT_producer: return "DW_AT_producer"; in AttributeString()
/external/llvm/include/llvm/Support/
DDwarf.h118 DW_AT_producer = 0x25, enumerator
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp963 …nst char *producer_cstr = die->GetAttributeValueAsString(m_dwarf2Data, this, DW_AT_producer, NULL); in ParseProducerInfo()
/external/llvm/lib/MC/
DMCDwarf.cpp532 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp385 NewCU.addString(Die, dwarf::DW_AT_producer, DIUnit->getProducer()); in constructDwarfCompileUnit()