HomeSort by relevance Sort by last modified time
    Searched refs:DW_AT_abstract_origin (Results 1 - 24 of 24) sorted by null

  /external/elfutils/libdw/
dwarf_hasattr_integrate.c 1 /* Check whether DIE has specific attribute, integrating DW_AT_abstract_origin.
47 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin,
dwarf_attr_integrate.c 48 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result);
dwarf_func_inline.c 53 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (&die->die, DW_AT_abstract_origin,
dwarf_getscopes.c 157 DW_AT_abstract_origin,
dwarf.h 164 DW_AT_abstract_origin = 0x31,
known-dwarf.h 47 DWARF_ONE_KNOWN_DW_AT (abstract_origin, DW_AT_abstract_origin) \
    [all...]
  /external/elfutils/tests/
addrscopes.c 73 if (dwarf_hasattr (die, DW_AT_abstract_origin)
74 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem),
funcscopes.c 75 if (dwarf_hasattr (die, DW_AT_abstract_origin)
76 && dwarf_formref_die (dwarf_attr (die, DW_AT_abstract_origin, &attr_mem),
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 164 if (attr == DW_AT_specification || attr == DW_AT_abstract_origin) {
412 getAttributeValueAsReference(U, DW_AT_abstract_origin, -1U);
  /external/llvm/lib/Support/
Dwarf.cpp 78 case DW_AT_abstract_origin: return "DW_AT_abstract_origin";
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 434 addDIEEntry(*ScopeDIE, dwarf::DW_AT_abstract_origin, *OriginDIE);
674 addDIEEntry(*D, dwarf::DW_AT_abstract_origin, *AbsSPDIE);
DwarfDebug.cpp 519 Unit->addDIEEntry(*VariableDie, dwarf::DW_AT_abstract_origin,
    [all...]
  /art/compiler/debug/dwarf/
dwarf_constants.h 142 DW_AT_abstract_origin = 0x31,
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 190 DW_AT_abstract_origin = 0x31,
  /external/llvm/include/llvm/Support/
Dwarf.h 125 DW_AT_abstract_origin = 0x31,
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 255 DW_AT_abstract_origin = 0x31,
d3basics.c 227 case DW_AT_abstract_origin: return "DW_AT_abstract_origin";
    [all...]
readdwarf3.c     [all...]
  /toolchain/binutils/binutils-2.25/include/
dwarf2.def 249 DW_AT (DW_AT_abstract_origin, 0x31)
  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 471 // DW_AT_abstract_origin attribute.
493 // DW_AT_abstract_origin attribute.
506 case dwarf2reader::DW_AT_abstract_origin: {
624 fprintf(stderr, "%s: the DIE at offset 0x%llx has a DW_AT_abstract_origin"
    [all...]
dwarf_cu_to_module_unittest.cc 234 // ORIGIN in its DW_AT_abstract_origin attribute. If NAME is the empty
566 func->ProcessAttributeReference(dwarf2reader::DW_AT_abstract_origin,
753 // DW_AT_abstract_origin attributes --- even if the value of the
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 895 case elfcpp::DW_AT_abstract_origin:
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c     [all...]

Completed in 4659 milliseconds