/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | InlineInfo.cpp | 81 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/ |
D | InlineInfo.cpp | 81 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/ |
D | SymbolFileDWARFTests.cpp | 108 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/ |
D | DWARFAbbreviationDeclaration.h | 33 bool hasChildren() const { return HasChildren; } in hasChildren() 55 bool HasChildren; variable
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugInfoEntry.h | 121 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()
|
D | DWARFAbbreviationDeclaration.cpp | 88 return Tag() == rhs.Tag() && HasChildren() == rhs.HasChildren() && in operator ==()
|
D | DWARFBaseDIE.cpp | 99 bool DWARFBaseDIE::HasChildren() const { in HasChildren() function in DWARFBaseDIE 100 return m_die && m_die->HasChildren(); in HasChildren()
|
D | DWARFAbbreviationDeclaration.h | 28 bool HasChildren() const { return m_has_children; } in HasChildren() function
|
D | DWARFBaseDIE.h | 47 bool HasChildren() const;
|
D | DWARFASTParserClang.cpp | 863 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()
|
D | DWARFUnit.cpp | 229 const bool die_has_children = die.HasChildren(); in ExtractDIEsRWLocked() 244 m_first_die.SetHasChildren(m_die_array.front().HasChildren()); in ExtractDIEsRWLocked()
|
D | SymbolFileDWARF.cpp | 1213 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/ |
D | DWARFAbbreviationDeclaration.cpp | 20 HasChildren = false; in clear() 37 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 91 bool hasChildren() const { return HasChildren; } in hasChildren() 174 bool HasChildren; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 91 bool hasChildren() const { return HasChildren; } in hasChildren() 174 bool HasChildren; variable
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 30 HasChildren = false; in clear() 55 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 30 HasChildren = false; in clear() 55 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.cpp | 92 bool HasChildren = (i != e); in EmitNode() local 130 if (HasChildren) { in EmitNode()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | loop_fission.cpp | 460 if (!loop.HasChildren() && ShouldSplitLoop(loop, context())) { in Process()
|
D | loop_descriptor.h | 166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | loop_fission.cpp | 460 if (!loop.HasChildren() && ShouldSplitLoop(loop, context())) { in Process()
|
D | loop_descriptor.h | 166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_fission.cpp | 460 if (!loop.HasChildren() && ShouldSplitLoop(loop, context())) { in Process()
|
D | loop_descriptor.h | 166 inline bool HasChildren() const { return !nested_loops_.empty(); } in HasChildren() function
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinker.cpp | 1507 bool HasChildren = false; in cloneDIE() local 1511 HasChildren = true; in cloneDIE() 1517 if (HasChildren) in cloneDIE() 1526 if (!HasChildren) { in cloneDIE()
|