Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFAbbreviationDeclaration.h24 bool HasChildren; variable
29 : Code(InvalidCode), Tag(0), HasChildren(0) {} in DWARFAbbreviationDeclaration()
33 bool hasChildren() const { return HasChildren; } in hasChildren()
DDWARFAbbreviationDeclaration.cpp29 HasChildren = data.getU8(offset_ptr); in extract()
44 HasChildren = false; in extract()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h33 bool hasChildren() const { return HasChildren; } in hasChildren()
55 bool HasChildren; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp20 HasChildren = false; in clear()
37 HasChildren = (ChildrenByte == DW_CHILDREN_yes); in extract()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2831 bool HasChildren = false; in cloneDIE() local
2836 HasChildren = true; in cloneDIE()
2842 if (HasChildren) in cloneDIE()
2851 if (!HasChildren) { in cloneDIE()
/external/clang/lib/AST/
DASTDiagnostic.cpp853 bool HasChildren() { in HasChildren() function in __anon8ebf235f0111::TemplateDiff::DiffTree
1520 if (!Tree.HasChildren()) { in TreeToString()