HomeSort by relevance Sort by last modified time
    Searched refs:DW_AT_type (Results 1 - 25 of 39) sorted by null

1 2

  /external/elfutils/libdw/
dwarf_peel_type.c 56 Dwarf_Attribute *attr = INTUSE (dwarf_attr_integrate) (die, DW_AT_type,
dwarf_aggregate_size.c 41 (INTUSE(dwarf_attr_integrate) (die, DW_AT_type, attr_mem), type_mem);
  /external/elfutils/backends/
libebl_CPU.h 62 Dwarf_Attribute *attr = dwarf_attr_integrate (die, DW_AT_type, &attr_mem);
tilegx_retval.c 61 /* Start with the function's type, and get the DW_AT_type attribute,
78 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
132 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
ppc64_retval.c 78 /* Start with the function's type, and get the DW_AT_type attribute,
95 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
173 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
alpha_retval.c 68 /* Start with the function's type, and get the DW_AT_type attribute,
84 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
arm_retval.c 64 /* Start with the function's type, and get the DW_AT_type attribute,
81 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
i386_retval.c 68 /* Start with the function's type, and get the DW_AT_type attribute,
84 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
sh_retval.c 66 /* Start with the function's type, and get the DW_AT_type attribute,
83 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
s390_retval.c 69 /* Start with the function's type, and get the DW_AT_type attribute,
86 attr = dwarf_attr (typedie, DW_AT_type, &attr_mem);
sparc_retval.c 73 /* Start with the function's type, and get the DW_AT_type attribute,
90 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
x86_64_retval.c 82 /* Start with the function's type, and get the DW_AT_type attribute,
99 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
ia64_retval.c 181 DW_AT_type,
217 = dwarf_formref_die (dwarf_attr_integrate (typedie, DW_AT_type,
242 /* Start with the function's type, and get the DW_AT_type attribute,
259 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
ppc_retval.c 90 /* Start with the function's type, and get the DW_AT_type attribute,
107 attr = dwarf_attr_integrate (typedie, DW_AT_type, &attr_mem);
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 126 Member->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IntRef);
157 Mem1->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IntRef);
166 Mem2->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, IntRef);
187 Mem->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FooRef);
215 FooPtr.addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FooRef);
218 Mem->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FooPtrRef);
245 FooRef.addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FooEntry);
249 FooRefConst.addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4,
253 Mem->addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FooRefConstRef);
280 FooRef.addValue(Alloc, dwarf::DW_AT_type, dwarf::DW_FORM_ref4, FooEntry)
    [all...]
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 127 .long 56 # DW_AT_type
138 .long 56 # DW_AT_type
146 .long 56 # DW_AT_type
161 .long 81 # DW_AT_type
169 .long 56 # DW_AT_type
222 .byte 73 # DW_AT_type
250 .byte 73 # DW_AT_type
272 .byte 73 # DW_AT_type
309 .byte 73 # DW_AT_type
  /external/elfutils/tests/
aggregate_size.c 40 type = dwarf_formref_die (dwarf_attr (var, DW_AT_type, &attr_mem),
typeiter.c 56 dwarf_formref_die (dwarf_attr (iter, DW_AT_type,
typeiter2.c 68 form = dwarf_formref_die (dwarf_attr (iter, DW_AT_type,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
dwarf2-1.d 25 <3c> DW_AT_type : <0x4a>
95 DW_AT_type DW_FORM_ref4
dwarf2-2.d 25 <3c> DW_AT_type : <0x4a>
95 DW_AT_type DW_FORM_ref4
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
dw2-compress-1.d 24 <3c> DW_AT_type : <0x4a>
50 DW_AT_type DW_FORM_ref4
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.h 79 DIEValue DW_AT_type;
DIEHash.cpp 177 COLLECT_ATTR(DW_AT_type);
189 // the DWARF attribute code (DW_AT_type or DW_AT_friend),
238 Attribute == dwarf::DW_AT_type) {
418 ADD_ATTR(Attrs.DW_AT_type);
  /art/compiler/debug/
elf_debug_info_writer.h 155 info_.WriteRef4(DW_AT_type, 0);
366 info_.WriteRef4(DW_AT_type, 0);
490 info_.WriteRef4(dwarf::DW_AT_type, 0);
527 info_.WriteRef(DW_AT_type, class_offset);
535 info_.WriteRef(DW_AT_type, element_type);
538 info_.WriteRef4(DW_AT_type, array_type);

Completed in 341 milliseconds

1 2