Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1931 SectionSP first_section_sp(m_section_list->GetSectionAtIndex(0)); in GetSection() local
1932 if (first_section_sp) in GetSection()
1933 filename = first_section_sp->GetObjectFile()->GetFileSpec().GetPath(); in GetSection()