Home
last modified time | relevance | path

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

/freebsd-src/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-src/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.cpp110 bool DWARFBaseDIE::HasChildren() const { HasChildren() function in DWARFBaseDIE
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h213 bool HasChildren; variable
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp101 bool HasChildren = (i != e); in EmitNode() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp242 bool HasChildren = !Entry->getValue().load()->Children.empty(); in finalizeTypeEntryRec() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp917 bool HasChildren() { in HasChildren() function in __anon82bb97500111::TemplateDiff::DiffTree
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1834 bool HasChildren = false; cloneDIE() local