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

/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h66 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); } function in class:llvm::DWARFDebugInfoEntryMinimal
88 return hasChildren() ? this + 1 : 0;
91 return hasChildren() ? this + 1 : 0;
H A DDWARFAbbreviationDeclaration.h36 bool hasChildren() const { return HasChildren; } function in class:llvm::DWARFAbbreviationDeclaration
H A DDWARFAbbreviationDeclaration.cpp71 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n';
H A DDWARFUnit.cpp144 if (curr_die_abbrev->hasChildren())
194 if (AbbrDecl->hasChildren())
H A DDWARFDebugInfoEntry.cpp40 AbbrevDecl->hasChildren() ? '*' : ' ');

Completed in 120 milliseconds