Searched refs:next_sect_sp (Results 1 – 1 of 1) sorted by relevance
177 lldb::SectionSP next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize() local178 while (next_sect_sp && in getModuleFileSize()179 next_sect_sp->GetLoadBaseAddress(&target) == next_sect_addr) { in getModuleFileSize()184 next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize()