Home
last modified time | relevance | path

Searched refs:HasChildren (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp81 bool HasChildren = Data.getU8(&Offset) != 0; in skip() local
85 if (HasChildren) { in skip()
124 bool HasChildren = Data.getU8(&Offset) != 0; in lookup() local
128 if (HasChildren) { in lookup()
192 bool HasChildren = Data.getU8(&Offset) != 0; in decode() local
205 if (HasChildren) { in decode()
236 bool HasChildren = !Children.empty(); in encode() local
237 O.writeU8(HasChildren); in encode()
241 if (HasChildren) { in encode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h144 bool HasChildren() const { return m_has_children; } in HasChildren() function
168 return HasChildren() ? this + 1 : nullptr; in GetFirstChild()
171 return HasChildren() ? this + 1 : nullptr; in GetFirstChild()
H A DDWARFBaseDIE.cpp106 bool DWARFBaseDIE::HasChildren() const { in HasChildren() function in DWARFBaseDIE
107 return m_die && m_die->HasChildren(); in HasChildren()
H A DDWARFBaseDIE.h52 bool HasChildren() const;
H A DDWARFUnit.cpp310 const bool die_has_children = die.HasChildren(); in ExtractDIEsRWLocked()
330 m_first_die.SetHasChildren(m_die_array.front().HasChildren()); in ExtractDIEsRWLocked()
H A DSymbolFileDWARF.cpp1385 if (die.HasChildren()) { in ParseBlocksRecursive()
1959 if (!die || die.HasChildren() || !die.GetDIE()) in UpdateExternalModuleListIfNeeded()
3133 if (parse_children && die.HasChildren()) { in ParseTypes()
3191 if (dwarf_cu_die && dwarf_cu_die.HasChildren()) { in ParseTypes()
3754 !abs_die.HasChildren()) { in MergeBlockAbstractParameters()
H A DDWARFASTParserClang.cpp1222 if (!is_static && !die.HasChildren()) in ParseCXXMethod()
1296 if (die.HasChildren()) { in ParseSubroutine()
2272 if (die.HasChildren()) in CompleteEnumType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h100 bool hasChildren() const { return HasChildren; } in hasChildren()
218 bool HasChildren; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp96 bool HasChildren = L & 0x02; in readNode() local
99 if (HasChildren) { in readNode()
107 bool HasChildren = H & 0x40; in readNode() local
109 if (HasChildren) { in readNode()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp28 HasChildren = false; in clear()
63 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp93 bool HasChildren = II != E; in EmitNode() local
141 if (HasChildren) { in EmitNode()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp241 bool HasChildren = !Entry->getValue().load()->Children.empty(); in finalizeTypeEntryRec() local
243 OutOffset += DIEGen.finalizeAbbreviations(HasChildren, nullptr); in finalizeTypeEntryRec()
246 if (HasChildren) { in finalizeTypeEntryRec()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp549 if (child_sp->HasChildren()) { in ShouldPrintAsOneLiner()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1880 bool HasChildren = false; in cloneDIE() local
1884 HasChildren = true; in cloneDIE()
1898 if (HasChildren) in cloneDIE()
1918 if (!HasChildren) { in cloneDIE()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h509 bool HasChildren() { return GetNumChildrenIgnoringErrors() > 0; } in HasChildren() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp946 bool HasChildren() { in HasChildren() function in __anon44eed8fe0111::TemplateDiff::DiffTree
1657 if (!Tree.HasChildren()) { in TreeToString()