Searched defs:hasChildren (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-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
/freebsd-12-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 160 milliseconds