Home
last modified time | relevance | path

Searched refs:hasChildren (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h70 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } in hasChildren() function
H A DDWARFDie.h78 bool hasChildren() const { in hasChildren() function
80 return Die->hasChildren(); in hasChildren()
H A DDWARFAbbreviationDeclaration.h99 bool hasChildren() const { return HasChildren; } in hasChildren() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.cpp31 std::make_unique<DIEAbbrev>(Abbrev.getTag(), Abbrev.hasChildren())); in assignAbbrev()
69 encodeULEB128((unsigned)Abbrev.hasChildren(), AbbrevSection.OS); in emitDwarfAbbrevEntry()
H A DDWARFLinkerCompileUnit.cpp183 if (CurChild->hasChildren()) in analyzeDWARFStructureRec()
1349 HasPlainChildrenToClone == ClonedDIE.first->hasChildren()); in cloneDIE()
H A DDWARFLinkerImpl.cpp430 if (!ChildCUDie.hasChildren()) in loadClangModule()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp179 DIEAbbrev Abbrev(Tag, hasChildren()); in generateAbbrev()
246 << dwarf::ChildrenString(hasChildren()) << "\n"; in print()
288 if (hasChildren()) { in computeOffsetsAndAbbrevs()
290 assert(Abbrev.hasChildren() && "Children flag not set"); in computeOffsetsAndAbbrevs()
H A DAsmPrinterDwarf.cpp290 if (Die.hasChildren()) { in emitDwarfDIE()
H A DDwarfUnit.h115 bool hasContent() const { return getUnitDie().hasChildren(); } in hasContent()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp43 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 DDWARFAbbreviationDeclaration.cpp151 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n'; in dump()
H A DDWARFUnit.cpp448 if (AbbrDecl->hasChildren()) { in extractDIEsToVector()
974 if (!Die->hasChildren()) in getFirstChildEntry()
999 if (!Die->hasChildren()) in getLastChildEntry()
H A DDWARFVerifier.cpp229 if (Die.hasChildren()) { in verifyUnitContents()
265 if (Die.getTag() == dwarf::DW_TAG_skeleton_unit && Die.hasChildren()) { in verifyUnitContents()
H A DDWARFDie.cpp603 AbbrevDecl->hasChildren() ? '*' : ' '); in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h102 bool hasChildren() const { return Children; } in hasChildren() function
867 bool hasChildren() const { return ForceChildren || !Children.empty(); } in hasChildren() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp318 if (!Die.hasChildren()) in isDIEOfProbe()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp71 m_has_children = abbrevDecl->hasChildren(); in Extract()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp694 if (!Die.hasChildren() || (Flags & DWARFLinker::TF_ParentWalk)) in lookForChildDIEsToKeep()
1013 std::make_unique<DIEAbbrev>(Abbrev.getTag(), Abbrev.hasChildren())); in assignAbbrev()
3002 if (!Unit.Unit->getOrigUnit().getUnitDIE().hasChildren()) in cloneModuleUnit()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7424 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