Searched refs:DW_AT_specification (Results 1 – 12 of 12) sorted by relevance
/external/qemu/elff/ |
D | dwarf_die.cc | 52 get_attrib(DW_AT_specification, &die_attr)) { in get_name()
|
D | dwarf_utils.cc | 84 DWARF_NAMEFY(DW_AT_specification); in dwarf_at_name()
|
D | dwarf.h | 274 #define DW_AT_specification 0x47 macro
|
/external/elfutils/libdw/ |
D | dwarf.h | 142 DW_AT_specification = 0x47, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 182 DW_AT_specification = 0x47, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 155 case DW_AT_specification: return "DW_AT_specification"; in AttributeString()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_d3basics.h | 264 DW_AT_specification = 0x47, enumerator
|
D | d3basics.c | 245 case DW_AT_specification: return "DW_AT_specification"; in ML_()
|
D | readdwarf3.c | 2409 if (attr == DW_AT_specification && ctsSzB > 0 && cts > 0) { in parse_type_DIE()
|
/external/elfutils/tests/ |
D | show-die-info.c | 140 { DW_AT_specification, "specification" },
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 463 SPCU->addDIEEntry(SPDie, dwarf::DW_AT_specification, dwarf::DW_FORM_ref4, in updateSubprogramScopeDIE() 491 SPCU->addDIEEntry(SPDie, dwarf::DW_AT_specification, dwarf::DW_FORM_ref4, in updateSubprogramScopeDIE() 1017 TheCU->addDIEEntry(VariableSpecDIE, dwarf::DW_AT_specification, in constructGlobalVariableDIE()
|
/external/elfutils/src/ |
D | readelf.c | 2719 [DW_AT_specification] = "specification", in dwarf_attr_string()
|