Home
last modified time | relevance | path

Searched refs:HasChildren (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DInlineInfo.cpp81 bool HasChildren = Data.getU8(&Offset) != 0; in skip() local
85 if (HasChildren) { in skip()
124 bool HasChildren = Data.getU8(&Offset) != 0; in lookup() local
128 if (HasChildren) { in lookup()
192 bool HasChildren = Data.getU8(&Offset) != 0; in decode() local
205 if (HasChildren) { in decode()
236 bool HasChildren = !Children.empty(); in encode() local
237 O.writeU8(HasChildren); in encode()
241 if (HasChildren) { in encode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DInlineInfo.cpp81 bool HasChildren = Data.getU8(&Offset) != 0; in skip() local
85 if (HasChildren) { in skip()
124 bool HasChildren = Data.getU8(&Offset) != 0; in lookup() local
128 if (HasChildren) { in lookup()
188 bool HasChildren = Data.getU8(&Offset) != 0; in decode() local
201 if (HasChildren) { in decode()
232 bool HasChildren = !Children.empty(); in encode() local
233 O.writeU8(HasChildren); in encode()
237 if (HasChildren) { in encode()
/external/llvm-project/lldb/unittests/SymbolFile/DWARF/
DSymbolFileDWARFTests.cpp108 EXPECT_TRUE(abbrev1->HasChildren()); in TEST_F()
112 EXPECT_FALSE(abbrev2->HasChildren()); in TEST_F()
153 EXPECT_TRUE(abbrev1->HasChildren()); in TEST_F()
157 EXPECT_FALSE(abbrev2->HasChildren()); in TEST_F()
198 EXPECT_TRUE(abbrev1->HasChildren()); in TEST_F()
202 EXPECT_FALSE(abbrev2->HasChildren()); in TEST_F()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } in hasChildren()
55 bool HasChildren; variable
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.h121 bool HasChildren() const { return m_has_children; } in HasChildren() function
145 return HasChildren() ? this + 1 : nullptr; in GetFirstChild()
148 return HasChildren() ? this + 1 : nullptr; in GetFirstChild()
DDWARFAbbreviationDeclaration.cpp88 return Tag() == rhs.Tag() && HasChildren() == rhs.HasChildren() && in operator ==()
DDWARFBaseDIE.cpp99 bool DWARFBaseDIE::HasChildren() const { in HasChildren() function in DWARFBaseDIE
100 return m_die && m_die->HasChildren(); in HasChildren()
DDWARFAbbreviationDeclaration.h28 bool HasChildren() const { return m_has_children; } in HasChildren() function
DDWARFBaseDIE.h47 bool HasChildren() const;
DDWARFASTParserClang.cpp863 if (die.HasChildren()) { in ParseEnum()
934 if (die.HasChildren()) { in ParseSubroutine()
1086 if (!is_static && !die.HasChildren()) { in ParseSubroutine()
1471 !die.HasChildren() && cu_language == eLanguageTypeObjC) { in ParseStructureLikeDIE()
1675 if (!die.HasChildren()) { in ParseStructureLikeDIE()
1958 if (die.HasChildren()) { in CompleteRecordType()
2076 if (die.HasChildren()) { in CompleteEnumType()
DDWARFUnit.cpp229 const bool die_has_children = die.HasChildren(); in ExtractDIEsRWLocked()
244 m_first_die.SetHasChildren(m_die_array.front().HasChildren()); in ExtractDIEsRWLocked()
DSymbolFileDWARF.cpp1213 if (die.HasChildren()) { in ParseBlocksRecursive()
1680 if (!die || die.HasChildren() || !die.GetDIE()) in UpdateExternalModuleListIfNeeded()
2990 if (parse_children && die.HasChildren()) { in ParseTypes()
3034 if (dwarf_cu_die && dwarf_cu_die.HasChildren()) { in ParseTypes()
3587 if (!skip_children && parse_children && die.HasChildren()) { in ParseVariables()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp20 HasChildren = false; in clear()
37 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; } in hasChildren()
174 bool HasChildren; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h91 bool hasChildren() const { return HasChildren; } in hasChildren()
174 bool HasChildren; variable
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp30 HasChildren = false; in clear()
55 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp30 HasChildren = false; in clear()
55 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
/external/llvm-project/clang/utils/TableGen/
DClangASTNodesEmitter.cpp92 bool HasChildren = (i != e); in EmitNode() local
130 if (HasChildren) { in EmitNode()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_fission.cpp460 if (!loop.HasChildren() && ShouldSplitLoop(loop, context())) { in Process()
Dloop_descriptor.h166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_fission.cpp460 if (!loop.HasChildren() && ShouldSplitLoop(loop, context())) { in Process()
Dloop_descriptor.h166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_fission.cpp460 if (!loop.HasChildren() && ShouldSplitLoop(loop, context())) { in Process()
Dloop_descriptor.h166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1507 bool HasChildren = false; in cloneDIE() local
1511 HasChildren = true; in cloneDIE()
1517 if (HasChildren) in cloneDIE()
1526 if (!HasChildren) { in cloneDIE()

12