/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugInfoEntry.h | 70 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
|
H A D | DWARFDie.h | 78 bool hasChildren() const { in hasChildren() function 80 return Die->hasChildren(); in hasChildren()
|
H A D | DWARFAbbreviationDeclaration.h | 99 bool hasChildren() const { return HasChildren; } in hasChildren() function
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.cpp | 31 std::make_unique<DIEAbbrev>(Abbrev.getTag(), Abbrev.hasChildren())); in assignAbbrev() 69 encodeULEB128((unsigned)Abbrev.hasChildren(), AbbrevSection.OS); in emitDwarfAbbrevEntry()
|
H A D | DWARFLinkerCompileUnit.cpp | 183 if (CurChild->hasChildren()) in analyzeDWARFStructureRec() 1349 HasPlainChildrenToClone == ClonedDIE.first->hasChildren()); in cloneDIE()
|
H A D | DWARFLinkerImpl.cpp | 428 if (!ChildCUDie.hasChildren()) in loadClangModule()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 175 DIEAbbrev Abbrev(Tag, hasChildren()); in generateAbbrev() 242 << dwarf::ChildrenString(hasChildren()) << "\n"; in print() 284 if (hasChildren()) { in computeOffsetsAndAbbrevs() 286 assert(Abbrev.hasChildren() && "Children flag not set"); in computeOffsetsAndAbbrevs()
|
H A D | AsmPrinterDwarf.cpp | 290 if (Die.hasChildren()) { in emitDwarfDIE()
|
H A D | DwarfUnit.h | 115 bool hasContent() const { return getUnitDie().hasChildren(); } in hasContent()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | UnicodeNameToCodepoint.cpp | 43 constexpr bool hasChildren() const { return ChildrenOffset != 0 || IsRoot; } in hasChildren() function 192 if (N.hasChildren()) { in compareNode() 525 if (N.hasChildren()) { in nearestMatchesForCodepointName()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.cpp | 151 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n'; in dump()
|
H A D | DWARFUnit.cpp | 471 if (AbbrDecl->hasChildren()) { in extractDIEsToVector() 997 if (!Die->hasChildren()) in getFirstChildEntry() 1022 if (!Die->hasChildren()) in getLastChildEntry()
|
H A D | DWARFDie.cpp | 603 AbbrevDecl->hasChildren() ? '*' : ' '); in dump()
|
H A D | DWARFVerifier.cpp | 263 if (Die.hasChildren()) { in verifyUnitContents() 305 if (Die.getTag() == dwarf::DW_TAG_skeleton_unit && Die.hasChildren()) { in verifyUnitContents()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 102 bool hasChildren() const { return Children; } in hasChildren() function 867 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfoEntry.cpp | 75 m_has_children = abbrevDecl->hasChildren(); in Extract()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 318 if (!Die.hasChildren()) in isDIEOfProbe()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 705 if (!Die.hasChildren() || (Flags & DWARFLinker::TF_ParentWalk)) in lookForChildDIEsToKeep() 1024 std::make_unique<DIEAbbrev>(Abbrev.getTag(), Abbrev.hasChildren())); in assignAbbrev() 3022 if (!Unit.Unit->getOrigUnit().getUnitDIE().hasChildren()) in cloneModuleUnit()
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 7424 virtual bool hasChildren() const = 0; 7492 bool hasChildren() const override; 12613 if (m_trackerContext.currentTracker().hasChildren()) in testForMissingAssertions() 14126 bool TrackerBase::hasChildren() const { in hasChildren() function in Catch::TestCaseTracking::TrackerBase
|