Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1849 SectionSP next_section_sp; in ProcessSegmentCommand() local
1851 next_section_sp = in ProcessSegmentCommand()
1856 if (next_section_sp.get() != nullptr) in ProcessSegmentCommand()
1857 curr_section_sp->SetByteSize(next_section_sp->GetFileAddress() - in ProcessSegmentCommand()