Searched refs:hasChildren (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h53 bool hasChildren() const { return AbbrevDecl && AbbrevDecl->hasChildren(); } function in class:llvm::DWARFDebugInfoEntry
H A DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; } function in class:llvm::DWARFAbbreviationDeclaration
H A DDWARFDie.h79 bool hasChildren() const { function in class:llvm::DWARFDie
81 return Die->hasChildren();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp131 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n';
H A DDWARFUnit.cpp414 if (AbbrDecl->hasChildren())
825 if (!Die->hasChildren())
836 if (!Die->hasChildren())
H A DDWARFDie.cpp596 AbbrevDecl->hasChildren() ? '*' : ' ');
H A DDWARFVerifier.cpp202 if (Die.getTag() == dwarf::DW_TAG_skeleton_unit && Die.hasChildren()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp278 if (Die.hasChildren()) {
H A DDIE.cpp187 DIEAbbrev Abbrev(Tag, hasChildren());
253 << dwarf::ChildrenString(hasChildren()) << "\n";
295 if (hasChildren()) {
297 assert(Abbrev.hasChildren() && "Children flag not set");
H A DDwarfUnit.h94 bool hasContent() const { return getUnitDie().hasChildren(); }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h102 bool hasChildren() const { return Children; } function in class:llvm::DIEAbbrev
752 bool hasChildren() const { return ForceChildren || !Children.empty(); } function in class:llvm::DIE

Completed in 293 milliseconds