Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DSection.cpp329 bool Section::IsDescendant(const Section *section) { in IsDescendant() function in Section
334 return parent_sp->IsDescendant(section); in IsDescendant()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DSection.h174 bool IsDescendant(const Section *section);
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2124 if (symbol_section->IsDescendant(text_section_sp.get())) { in GetSymbolType()
2131 } else if (symbol_section->IsDescendant(data_section_sp.get()) || in GetSymbolType()
2132 symbol_section->IsDescendant(data_dirty_section_sp.get()) || in GetSymbolType()
2133 symbol_section->IsDescendant(data_const_section_sp.get())) { in GetSymbolType()
3362 if (symbol_section->IsDescendant( in ParseSymtab()
3371 } else if (symbol_section->IsDescendant( in ParseSymtab()
3373 symbol_section->IsDescendant( in ParseSymtab()
3375 symbol_section->IsDescendant( in ParseSymtab()
3436 } else if (symbol_section->IsDescendant( in ParseSymtab()
4238 if (symbol_section->IsDescendant(text_section_sp.get())) { in ParseSymtab()
[all …]