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.cpp152 bool check_children = false; in LookupDeepestBlock() local
159 check_children = true; in LookupDeepestBlock()
171 check_children = true; in LookupDeepestBlock()
196 check_children = addr_in_range; in LookupDeepestBlock()
203 if (check_children) { in LookupDeepestBlock()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp596 bool check_children, in FindSectionByType() argument
604 } else if (check_children) { in FindSectionByType()
606 sect_type, check_children, 0); in FindSectionByType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h67 bool check_children,