Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1947 SectionSP first_section_sp(m_section_list->GetSectionAtIndex(0)); in GetSection() local
1948 if (first_section_sp) in GetSection()
1949 filename = first_section_sp->GetObjectFile()->GetFileSpec().GetPath(); in GetSection()