Home
last modified time | relevance | path

Searched refs:has_children (Results 1 – 25 of 25) sorted by relevance

/external/elfutils/src/libdw/
Ddwarf_aggregate_size.c147 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()
Ddwarf_abbrevhaschildren.c43 return abbrev == NULL ? -1 : abbrev->has_children;
Ddwarf_haschildren.c50 return abbrevp->has_children;
Ddwarf_siblingof.c88 else if (this_die.abbrev->has_children)
Ddwarf_child.c135 if (! abbrevp->has_children)
Ddwarf_getabbrev.c124 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
DlibdwP.h222 bool has_children; member
DChangeLog1337 * libdwP.h (struct Dwarf_Abbrev): Change type of 'has_children' to bool.
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_test_common.h119 TestAbbrevTable &Abbrev(int code, DwarfTag tag, DwarfHasChild has_children) { in Abbrev() argument
123 D8(static_cast<unsigned>(has_children)); in Abbrev()
Ddwarf2reader.h247 bool has_children; member
Ddwarf2reader.cc109 abbrev.has_children = reader_->ReadOneByte(abbrevptr); in ReadAbbrevs()
510 if (abbrev.has_children) { in ProcessDIEs()
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dhists.c58 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/
DDWARFAbbreviationDeclaration.cpp26 DWARFAbbreviationDeclaration::DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children) : in DWARFAbbreviationDeclaration() argument
29 m_has_children (has_children), in DWARFAbbreviationDeclaration()
DDWARFAbbreviationDeclaration.h25 DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children);
/external/lldb/examples/synthetic/
Dgnu_libstdcpp.py135 def has_children(self): member in StdListSynthProvider
233 def has_children(self): member in StdVectorSynthProvider
418 def has_children(self): member in StdMapSynthProvider
Dlibcxx.py130 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/
Dexample.py16 def has_children(self): member in MaskedData_SyntheticChildrenProvider
/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c411 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/
DXcode.cpp23 auto has_children = value.MightHaveChildren(); in FetchVariable() local
/external/linux-tools-perf/src/tools/perf/util/
Dsymbol.h143 bool has_children; member
/external/lldb/source/API/
DSBValue.cpp1115 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/
DValueObject.cpp660 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/
Dpython-wrapper.swig578 static char callee_name[] = "has_children";
/external/lldb/www/python_reference/
Dapi-objects.txt4326 …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/
Dreadelf.c4561 int has_children = dwarf_abbrevhaschildren (&abbrev); in print_debug_abbrev_section() local
4566 has_children ? gettext ("yes") : gettext ("no"), in print_debug_abbrev_section()