| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | InlineInfo.cpp | 81 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 D | DWARFDebugInfoEntry.h | 144 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 D | DWARFBaseDIE.cpp | 106 bool DWARFBaseDIE::HasChildren() const { in HasChildren() function in DWARFBaseDIE 107 return m_die && m_die->HasChildren(); in HasChildren()
|
| H A D | DWARFBaseDIE.h | 52 bool HasChildren() const;
|
| H A D | DWARFUnit.cpp | 310 const bool die_has_children = die.HasChildren(); in ExtractDIEsRWLocked() 330 m_first_die.SetHasChildren(m_die_array.front().HasChildren()); in ExtractDIEsRWLocked()
|
| H A D | SymbolFileDWARF.cpp | 1385 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 D | DWARFASTParserClang.cpp | 1222 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 D | DWARFAbbreviationDeclaration.h | 100 bool hasChildren() const { return HasChildren; } in hasChildren() 218 bool HasChildren; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | UnicodeNameToCodepoint.cpp | 96 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 D | DWARFAbbreviationDeclaration.cpp | 28 HasChildren = false; in clear() 63 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTNodesEmitter.cpp | 93 bool HasChildren = II != E; in EmitNode() local 141 if (HasChildren) { in EmitNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 241 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 D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 549 if (child_sp->HasChildren()) { in ShouldPrintAsOneLiner()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1880 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 D | ValueObject.h | 509 bool HasChildren() { return GetNumChildrenIgnoringErrors() > 0; } in HasChildren() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 946 bool HasChildren() { in HasChildren() function in __anon44eed8fe0111::TemplateDiff::DiffTree 1657 if (!Tree.HasChildren()) { in TreeToString()
|