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

  /external/elfutils/libdw/
dwarf_getfuncs.c 88 || INTUSE(dwarf_hasattr) (die, DW_AT_declaration))
dwarf.h 175 DW_AT_declaration = 0x3c,
known-dwarf.h 80 DWARF_ONE_KNOWN_DW_AT (declaration, DW_AT_declaration) \
    [all...]
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 85 // DW_AT_declaration is ignored.
86 Space->addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present,
188 // DW_AT_external and DW_AT_declaration are ignored anyway, so skip them.
344 Bar.addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present,
422 Bar.addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present,
585 Func->addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present,
632 PI->addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present,
677 PI->addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present,
  /external/llvm/test/DebugInfo/SystemZ/
variable-loc.s 140 # DW_AT_declaration
254 .byte 60 # DW_AT_declaration
  /art/compiler/debug/
elf_debug_info_writer.h 160 info_.WriteFlagPresent(DW_AT_declaration);
422 info_.WriteFlagPresent(DW_AT_declaration);
523 info_.WriteFlagPresent(DW_AT_declaration);
534 info_.WriteFlagPresent(DW_AT_declaration);
  /external/llvm/lib/Support/
Dwarf.cpp 89 case DW_AT_declaration: return "DW_AT_declaration";
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 276 addFlag(Die, dwarf::DW_AT_declaration);
    [all...]
DwarfCompileUnit.cpp 143 addFlag(*VariableDIE, dwarf::DW_AT_declaration);
  /art/compiler/debug/dwarf/
dwarf_constants.h 153 DW_AT_declaration = 0x3c,
  /external/google-breakpad/src/common/dwarf/
dwarf2enums.h 201 DW_AT_declaration = 0x3c,
  /external/llvm/include/llvm/Support/
Dwarf.h 136 DW_AT_declaration = 0x3c,
  /external/valgrind/coregrind/m_debuginfo/
priv_d3basics.h 266 DW_AT_declaration = 0x3c,
d3basics.c 238 case DW_AT_declaration: return "DW_AT_declaration";
    [all...]
readdwarf3.c     [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 599 { return this->flag_attribute(elfcpp::DW_AT_declaration); }
    [all...]
  /toolchain/binutils/binutils-2.25/include/
dwarf2.def 260 DW_AT (DW_AT_declaration, 0x3c)
  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 72 // DIEs that are the target of such links have a DW_AT_declaration flag
233 // handle DW_AT_declaration, or simply not override it.
273 // If this DIE has a DW_AT_declaration attribute, this is its value.
274 // It is false on DIEs with no DW_AT_declaration attribute.
297 case dwarf2reader::DW_AT_declaration: declaration_ = (data != 0); break;
    [all...]
dwarf_cu_to_module_unittest.cc 481 die->ProcessAttributeUnsigned(dwarf2reader::DW_AT_declaration,
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 1954 milliseconds