reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Core/Section.h
  167   bool IsDescendant(const Section *section);

References

tools/lldb/source/Core/Section.cpp
  367     return parent_sp->IsDescendant(section);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4185               if (symbol_section->IsDescendant(text_section_sp.get())) {
 4192               } else if (symbol_section->IsDescendant(data_section_sp.get()) ||
 4193                          symbol_section->IsDescendant(
 4195                          symbol_section->IsDescendant(
 4244               } else if (symbol_section->IsDescendant(objc_section_sp.get())) {