Searched refs:DW_AT_producer (Results 1 – 18 of 18) sorted by relevance
/external/llvm/test/MC/ELF/ |
D | discriminator.s | 22 .long .Linfo_string0 # DW_AT_producer 34 .byte 37 # DW_AT_producer
|
/external/llvm/test/DebugInfo/SystemZ/ |
D | variable-loc.s | 9 # 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/ |
D | fission-cu.ll | 36 ; 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/ |
D | basic-lto-dw4-linking-x86.test | 10 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 ")
|
D | basic-lto-linking-x86.test | 11 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…
|
D | basic-linking-x86.test | 17 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/ |
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()
|
/external/llvm/test/DebugInfo/AArch64/ |
D | dwarfdump.ll | 12 ; CHECK: DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000000] = "clang version 3.3 ")
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2enums.h | 184 DW_AT_producer = 0x25, enumerator
|
/external/elfutils/src/libdw/ |
D | dwarf.h | 155 DW_AT_producer = 0x25, enumerator
|
D | known-dwarf.h | 120 ONE_KNOWN_DW_AT (producer, DW_AT_producer) \
|
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 249 DW_AT_producer = 0x25, enumerator
|
D | d3basics.c | 221 case DW_AT_producer: return "DW_AT_producer"; in ML_()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 72 case DW_AT_producer: return "DW_AT_producer"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 118 DW_AT_producer = 0x25, enumerator
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFCompileUnit.cpp | 963 …nst char *producer_cstr = die->GetAttributeValueAsString(m_dwarf2Data, this, DW_AT_producer, NULL); in ParseProducerInfo()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 532 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 385 NewCU.addString(Die, dwarf::DW_AT_producer, DIUnit->getProducer()); in constructDwarfCompileUnit()
|