Home
last modified time | relevance | path

Searched defs:HasChildren (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp82 bool HasChildren = Data.getU8(&Offset) != 0; in skip() local
125 bool HasChildren = Data.getU8(&Offset) != 0; in lookup() local
193 bool HasChildren = Data.getU8(&Offset) != 0; in decode() local
237 bool HasChildren = !Children.empty(); in encode() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h130 bool HasChildren() const { return m_has_children; } in HasChildren() function
H A DDWARFBaseDIE.cpp106 bool DWARFBaseDIE::HasChildren() const { in HasChildren() function in DWARFBaseDIE
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h213 bool HasChildren; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp96 bool HasChildren = L & 0x02; in readNode() local
107 bool HasChildren = H & 0x40; in readNode() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h509 bool HasChildren() { return GetNumChildrenIgnoringErrors() > 0; } in HasChildren() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp917 bool HasChildren() { in HasChildren() function in __anon44eed8fe0111::TemplateDiff::DiffTree
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1851 bool HasChildren = false; in cloneDIE() local