Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DSection.cpp343 bool Section::IsDescendant(const Section *section) { in IsDescendant() function in Section
348 return parent_sp->IsDescendant(section); in IsDescendant()
/external/llvm-project/lldb/include/lldb/Core/
DSection.h168 bool IsDescendant(const Section *section);
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2068 if (symbol_section->IsDescendant(text_section_sp.get())) { in GetSymbolType()
2075 } else if (symbol_section->IsDescendant(data_section_sp.get()) || in GetSymbolType()
2076 symbol_section->IsDescendant(data_dirty_section_sp.get()) || in GetSymbolType()
2077 symbol_section->IsDescendant(data_const_section_sp.get())) { in GetSymbolType()
3353 if (symbol_section->IsDescendant( in ParseSymtab()
3362 } else if (symbol_section->IsDescendant( in ParseSymtab()
3364 symbol_section->IsDescendant( in ParseSymtab()
3366 symbol_section->IsDescendant( in ParseSymtab()
3427 } else if (symbol_section->IsDescendant( in ParseSymtab()
4237 if (symbol_section->IsDescendant(text_section_sp.get())) { in ParseSymtab()
[all …]