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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp1001 bool check_children = false; local
1009 check_children = true;
1018 check_children = true;
1031 check_children = true;
1040 check_children = true;
1046 check_children = true;
1090 check_children = true;
1118 check_children =
1125 check_children = (block_die != nullptr);
1132 check_children
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp527 bool check_children,
535 } else if (check_children) {
537 sect_type, check_children, 0);
526 FindSectionByType(SectionType sect_type, bool check_children, size_t start_idx) const argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h66 bool check_children,

Completed in 111 milliseconds