Searched refs:HasChildren (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp81 bool HasChildren = Data.getU8(&Offset) != 0; local
85 if (HasChildren) {
124 bool HasChildren = Data.getU8(&Offset) != 0; local
128 if (HasChildren) {
188 bool HasChildren = Data.getU8(&Offset) != 0;
201 if (HasChildren) {
232 bool HasChildren = !Children.empty(); local
233 O.writeU8(HasChildren);
237 if (HasChildren) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAbbreviationDeclaration.cpp88 return Tag() == rhs.Tag() && HasChildren() == rhs.HasChildren() &&
H A DDWARFDebugInfoEntry.h135 bool HasChildren() const { return m_has_children; } function in class:DWARFDebugInfoEntry
159 return HasChildren() ? this + 1 : nullptr;
162 return HasChildren() ? this + 1 : nullptr;
H A DDWARFBaseDIE.cpp124 bool DWARFBaseDIE::HasChildren() const { function in class:DWARFBaseDIE
125 return m_die && m_die->HasChildren();
H A DDWARFAbbreviationDeclaration.h28 bool HasChildren() const { return m_has_children; } function in class:DWARFAbbreviationDeclaration
H A DDWARFBaseDIE.h47 bool HasChildren() const;
H A DDWARFASTParserClang.cpp806 if (die.HasChildren()) {
877 if (die.HasChildren()) {
1029 if (!is_static && !die.HasChildren()) {
1440 !die.HasChildren() && cu_language == eLanguageTypeObjC) {
1645 if (attrs.is_forward_declaration && die.HasChildren()) {
1677 if (!die.HasChildren()) {
1963 if (die.HasChildren()) {
2119 if (die.HasChildren()) {
H A DDWARFDebugInfoEntry.cpp65 m_has_children = abbrevDecl->HasChildren();
418 s.Printf(" [%u] %c\n", abbrCode, abbrevDecl->HasChildren() ? '*' : ' ');
H A DDWARFUnit.cpp229 const bool die_has_children = die.HasChildren();
244 m_first_die.SetHasChildren(m_die_array.front().HasChildren());
H A DSymbolFileDWARF.cpp1176 if (die.HasChildren()) {
1645 if (!die || die.HasChildren() || !die.GetDIE())
3099 if (parse_children && die.HasChildren()) {
3142 if (dwarf_cu_die && dwarf_cu_die.HasChildren()) {
3746 if (!skip_children && parse_children && die.HasChildren()) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; }
174 bool HasChildren;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp30 HasChildren = false;
55 HasChildren = (ChildrenByte == DW_CHILDREN_yes);
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp92 bool HasChildren = (i != e); local
130 if (HasChildren) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp884 bool HasChildren() { function in class:__anon2700::TemplateDiff::DiffTree
1560 if (!Tree.HasChildren()) {

Completed in 99 milliseconds