/external/llvm/test/DebugInfo/X86/ |
D | stringpool.ll | 22 ; LINUX-NEXT: .byte 1 # DW_AT_decl_line 33 ; DARWIN-NEXT: .byte 1 ## DW_AT_decl_line
|
D | struct-loc.ll | 7 ; CHECK: DW_AT_decl_line
|
/external/elfutils/libdw/ |
D | dwarf_decl_line.c | 64 return __libdw_attr_intval (func, linep, DW_AT_decl_line); in dwarf_decl_line()
|
D | dwarf_getscopevar.c | 160 && (getattr (result, DW_AT_decl_line, &i) != 0 in dwarf_getscopevar()
|
D | dwarf.h | 177 DW_AT_decl_line = 0x3b, enumerator
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-static-var.m | 10 // CHECK-NEXT: DW_AT_decl_line
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 134 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine() 150 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine() 169 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine() 186 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine() 204 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine() 222 addUInt(Die, dwarf::DW_AT_decl_line, 0, Line); in addSourceLine()
|
/external/llvm/test/CodeGen/X86/ |
D | dbg-value-location.ll | 9 ;CHECK-NEXT: ## DW_AT_decl_line
|
D | 2011-01-24-DbgValue-Before-Use.ll | 9 ;CHECK-NEXT: ## DW_AT_decl_line
|
/external/qemu/elff/ |
D | dwarf_utils.cc | 74 DWARF_NAMEFY(DW_AT_decl_line); in dwarf_at_name()
|
D | dwarf.h | 262 #define DW_AT_decl_line 0x3b macro
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 252 DW_AT_decl_line = 0x3b, enumerator
|
D | d3basics.c | 233 case DW_AT_decl_line: return "DW_AT_decl_line"; in ML_()
|
D | readdwarf3.c | 1699 if (attr == DW_AT_decl_line && ctsSzB > 0) { in parse_var_DIE()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 157 case DW_AT_decl_line: return "DW_AT_decl_line"; in AttributeString()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 182 DW_AT_decl_line = 0x3b, enumerator
|
/external/elfutils/tests/ |
D | show-die-info.c | 151 { DW_AT_decl_line, "decl_line" },
|
/external/llvm/test/CodeGen/ARM/ |
D | 2011-01-19-MergedGlobalDbg.ll | 23 ;CHECK-NEXT: @ DW_AT_decl_line
|
D | 2011-08-02-MergedGlobalDbg.ll | 14 ;CHECK-NEXT: @ DW_AT_decl_line
|
/external/elfutils/src/ |
D | nm.c | 669 attr = dwarf_attr (die, DW_AT_decl_line, &attr_mem); in get_local_names()
|
D | readelf.c | 3176 [DW_AT_decl_line] = "decl_line", in dwarf_attr_string()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 465 EmitAbbrev(MCOS, dwarf::DW_AT_decl_line, dwarf::DW_FORM_data4); in EmitGenDwarfAbbrev()
|