Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp144 bool check_children = false; in LookupDeepestBlock() local
151 check_children = true; in LookupDeepestBlock()
163 check_children = true; in LookupDeepestBlock()
175 check_children = true; in LookupDeepestBlock()
186 check_children = false; in LookupDeepestBlock()
190 if (check_children) { in LookupDeepestBlock()
/openbsd/gnu/llvm/lldb/source/Core/
H A DSection.cpp587 bool check_children, in FindSectionByType() argument
595 } else if (check_children) { in FindSectionByType()
597 sect_type, check_children, 0); in FindSectionByType()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h66 bool check_children,