/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFAbbreviationDeclaration.cpp | 24 uint8_t has_children) in DWARFAbbreviationDeclaration() argument 25 : m_tag(tag), m_has_children(has_children), m_attributes() {} in DWARFAbbreviationDeclaration()
|
H A D | DWARFAbbreviationDeclaration.h | 23 DWARFAbbreviationDeclaration(dw_tag_t tag, uint8_t has_children);
|
/openbsd/gnu/llvm/lldb/examples/synthetic/ |
H A D | libcxx.py | 145 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 D | gnu_libstdcpp.py | 296 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 D | unordered_multi.py | 75 def has_children(self): member in libcxx_hash_table_SynthProvider
|
/openbsd/gnu/llvm/lldb/examples/synthetic/recognizer_function/ |
H A D | example.py | 26 def has_children(self): member in MessageChildProvider
|
/openbsd/gnu/llvm/lldb/examples/synthetic/bitfield/ |
H A D | example.py | 22 def has_children(self): member in MaskedData_SyntheticChildrenProvider
|
/openbsd/gnu/llvm/lldb/examples/summaries/ |
H A D | synth.py | 30 def has_children(self): member in PythonObjectSyntheticChildProvider
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2read.c | 446 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 D | ChangeLog-2003 | 2787 '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 D | lldbtk.py | 32 has_children = self.value.MightHaveChildren() 37 'children': has_children,
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | dwarf2.c | 184 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 D | SBValue.cpp | 926 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 D | ValueObject.cpp | 515 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 D | dwarf2.c | 219 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 D | python-extensions.swig | 546 def has_children(self):
|
H A D | python-wrapper.swig | 668 static char callee_name[] = "has_children";
|
/openbsd/gnu/llvm/lldb/docs/use/ |
H A D | variable.rst | 935 def has_children(self):
|