Home
last modified time | relevance | path

Searched refs:check_children (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp147 bool check_children = false; in LookupDeepestBlock() local
154 check_children = true; in LookupDeepestBlock()
166 check_children = true; in LookupDeepestBlock()
177 check_children = true; in LookupDeepestBlock()
188 check_children = false; in LookupDeepestBlock()
192 if (check_children) { in LookupDeepestBlock()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp593 bool check_children, in FindSectionByType() argument
601 } else if (check_children) { in FindSectionByType()
603 sect_type, check_children, 0); in FindSectionByType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h67 bool check_children,