Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp24 uint8_t has_children) in DWARFAbbreviationDeclaration() argument
25 : m_tag(tag), m_has_children(has_children), m_attributes() {} in DWARFAbbreviationDeclaration()
H A DDWARFAbbreviationDeclaration.h23 DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children);
/openbsd/gnu/llvm/lldb/examples/synthetic/
H A Dlibcxx.py145 def has_children(self): member in stdvector_SynthProvider
351 def has_children(self): member in stdlist_SynthProvider
529 def has_children(self): member in stdmap_SynthProvider
670 def has_children(self): member in stddeque_SynthProvider
788 def has_children(self): member in stdsharedptr_SynthProvider
H A Dgnu_libstdcpp.py296 def has_children(self): member in AbstractListSynthProvider
503 def has_children(self): member in StdVectorSynthProvider
682 def has_children(self): member in StdMapLikeSynthProvider
721 def has_children(self): member in StdDequeSynthProvider
H A Dunordered_multi.py75 def has_children(self): member in libcxx_hash_table_SynthProvider
/openbsd/gnu/llvm/lldb/examples/synthetic/recognizer_function/
H A Dexample.py26 def has_children(self): member in MessageChildProvider
/openbsd/gnu/llvm/lldb/examples/synthetic/bitfield/
H A Dexample.py22 def has_children(self): member in MaskedData_SyntheticChildrenProvider
/openbsd/gnu/llvm/lldb/examples/summaries/
H A Dsynth.py30 def has_children(self): member in PythonObjectSyntheticChildProvider
/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddwarf2read.c446 unsigned int has_children : 1; member
1601 if (comp_unit_die.has_children) in load_comp_unit()
2052 if (pdi->has_children) in add_partial_namespace()
2277 if (abbrev->has_children) in skip_one_die()
2297 if (!orig_pdi->has_children) in locate_pdi_sibling()
4835 int has_children; in read_die_and_children() local
4840 if (has_children) in read_die_and_children()
5336 part_die->has_children = abbrev->has_children; in read_partial_die()
5542 *has_children = 0; in read_full_die()
5602 *has_children = abbrev->has_children; in read_full_die()
[all …]
H A DChangeLog-20032787 'has_children' and 'next' by 'child' and 'sibling'.
2791 (read_full_die): Add 'has_children' argument; set it instead of
2792 the die's 'has_children' field. Minor formatting cleanup.
2798 'has_children' and 'next' fields.
/openbsd/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py32 has_children = self.value.MightHaveChildren()
37 'children': has_children,
/openbsd/gnu/usr.bin/binutils/bfd/
H A Ddwarf2.c184 int has_children; /* Boolean. */ member
480 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr); in read_abbrevs()
1414 if (abbrev->has_children) in scan_unit_for_functions()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBValue.cpp926 bool has_children = false; in MightHaveChildren() local
930 has_children = value_sp->MightHaveChildren(); in MightHaveChildren()
932 return has_children; in MightHaveChildren()
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp515 bool has_children = false; in MightHaveChildren() local
519 has_children = true; in MightHaveChildren()
521 has_children = GetNumChildren() > 0; in MightHaveChildren()
523 return has_children; in MightHaveChildren()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Ddwarf2.c219 int has_children; /* Boolean. */ member
477 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr); in read_abbrevs()
1837 if (abbrev->has_children) in scan_unit_for_symbols()
/openbsd/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig546 def has_children(self):
H A Dpython-wrapper.swig668 static char callee_name[] = "has_children";
/openbsd/gnu/llvm/lldb/docs/use/
H A Dvariable.rst935 def has_children(self):