/external/elfutils/src/libdw/ |
D | dwarf_aggregate_size.c | 147 int has_children = INTUSE(dwarf_child) (die, &enum_child); in array_size() local 148 if (has_children < 0) in array_size() 150 if (has_children > 0) in array_size()
|
D | dwarf_abbrevhaschildren.c | 43 return abbrev == NULL ? -1 : abbrev->has_children;
|
D | dwarf_haschildren.c | 50 return abbrevp->has_children;
|
D | dwarf_siblingof.c | 88 else if (this_die.abbrev->has_children)
|
D | dwarf_child.c | 135 if (! abbrevp->has_children)
|
D | dwarf_getabbrev.c | 124 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
|
D | libdwP.h | 222 bool has_children; member
|
D | ChangeLog | 1337 * libdwP.h (struct Dwarf_Abbrev): Change type of 'has_children' to bool.
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_test_common.h | 119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) { in Abbrev() argument 123 D8(static_cast<unsigned>(has_children)); in Abbrev()
|
D | dwarf2reader.h | 247 bool has_children; member
|
D | dwarf2reader.cc | 109 abbrev.has_children = reader_->ReadOneByte(abbrevptr); in ReadAbbrevs() 510 if (abbrev.has_children) { in ProcessDIEs()
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | hists.c | 58 return ms->has_children ? tree__folded_sign(ms->unfolded) : ' '; in map_symbol__folded() 73 ms->unfolded = unfold ? ms->has_children : false; in map_symbol__set_folding() 136 if (!ms->has_children) in map_symbol__toggle_fold() 155 chain->ms.has_children = chain->list.next != &child->val || in callchain_node__init_have_children_rb_tree() 158 chain->ms.has_children = chain->list.next == &child->val && in callchain_node__init_have_children_rb_tree() 171 chain->ms.has_children = !RB_EMPTY_ROOT(&node->rb_root); in callchain_node__init_have_children() 189 he->ms.has_children = !RB_EMPTY_ROOT(&he->sorted_chain); in hist_entry__init_have_children() 225 bool has_children = false; in callchain_node__set_folding_rb_tree() local 230 has_children = chain->ms.has_children; in callchain_node__set_folding_rb_tree() 233 if (has_children) in callchain_node__set_folding_rb_tree() [all …]
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 26 DWARFAbbreviationDeclaration::DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children) : in DWARFAbbreviationDeclaration() argument 29 m_has_children (has_children), in DWARFAbbreviationDeclaration()
|
D | DWARFAbbreviationDeclaration.h | 25 DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children);
|
/external/lldb/examples/synthetic/ |
D | gnu_libstdcpp.py | 135 def has_children(self): member in StdListSynthProvider 233 def has_children(self): member in StdVectorSynthProvider 418 def has_children(self): member in StdMapSynthProvider
|
D | libcxx.py | 130 def has_children(self): member in stdvector_SynthProvider 326 def has_children(self): member in stdlist_SynthProvider 490 def has_children(self): member in stdmap_SynthProvider 619 def has_children(self): member in stddeque_SynthProvider 725 def has_children(self): member in stdsharedptr_SynthProvider
|
/external/lldb/examples/synthetic/bitfield/ |
D | example.py | 16 def has_children(self): member in MaskedData_SyntheticChildrenProvider
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 411 ULong has_children; member 922 ta->has_children = get_UChar( &c ); in init_ht_abbvs() 970 ML_(pp_DW_children)(ht_ta->has_children), in init_ht_abbvs() 2581 UInt has_children; in get_inlFnName() local 2623 has_children = abbv->has_children; in get_inlFnName() 2624 if (has_children != DW_children_no && has_children != DW_children_yes) in get_inlFnName() 4168 UInt has_children; in read_DIE() local 4193 has_children = abbv->has_children; in read_DIE() 4194 if (has_children != DW_children_no && has_children != DW_children_yes) in read_DIE() 4274 if (has_children == DW_children_yes) { in read_DIE() [all …]
|
/external/lldb/tools/lldb-perf/lib/ |
D | Xcode.cpp | 23 auto has_children = value.MightHaveChildren(); in FetchVariable() local
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | symbol.h | 143 bool has_children; member
|
/external/lldb/source/API/ |
D | SBValue.cpp | 1115 bool has_children = false; in MightHaveChildren() local 1119 has_children = value_sp->MightHaveChildren(); in MightHaveChildren() 1122 log->Printf ("SBValue(%p)::MightHaveChildren() => %i", value_sp.get(), has_children); in MightHaveChildren() 1123 return has_children; in MightHaveChildren()
|
/external/lldb/source/Core/ |
D | ValueObject.cpp | 660 bool has_children = false; in MightHaveChildren() local 667 has_children = true; in MightHaveChildren() 671 has_children = GetNumChildren () > 0; in MightHaveChildren() 673 return has_children; in MightHaveChildren() 3371 const bool has_children = type_flags.Test (ClangASTType::eTypeHasChildren); in DumpValueObject_Impl() local 3591 else if (has_children) in DumpValueObject_Impl() 3611 if (has_children && print_valobj) in DumpValueObject_Impl()
|
/external/lldb/scripts/Python/ |
D | python-wrapper.swig | 578 static char callee_name[] = "has_children";
|
/external/lldb/www/python_reference/ |
D | api-objects.txt | 4326 …libstdcpp.StdListSynthProvider.has_children lldb.formatters.cpp.gnu_libstdcpp.StdListSynthProvider… 4340 …_libstdcpp.StdMapSynthProvider.has_children lldb.formatters.cpp.gnu_libstdcpp.StdMapSynthProvider-… 4351 …stdcpp.StdVectorSynthProvider.has_children lldb.formatters.cpp.gnu_libstdcpp.StdVectorSynthProvide… 4360 …pp.libcxx.stddeque_SynthProvider.has_children lldb.formatters.cpp.libcxx.stddeque_SynthProvider-cl… 4370 ….cpp.libcxx.stdlist_SynthProvider.has_children lldb.formatters.cpp.libcxx.stdlist_SynthProvider-cl… 4397 …s.cpp.libcxx.stdmap_SynthProvider.has_children lldb.formatters.cpp.libcxx.stdmap_SynthProvider-cla… 4430 …cxx.stdsharedptr_SynthProvider.has_children lldb.formatters.cpp.libcxx.stdsharedptr_SynthProvider-… 4437 …p.libcxx.stdvector_SynthProvider.has_children lldb.formatters.cpp.libcxx.stdvector_SynthProvider-c…
|
/external/elfutils/src/src/ |
D | readelf.c | 4561 int has_children = dwarf_abbrevhaschildren (&abbrev); in print_debug_abbrev_section() local 4566 has_children ? gettext ("yes") : gettext ("no"), in print_debug_abbrev_section()
|