Searched refs:next_sect_sp (Results 1 – 1 of 1) sorted by relevance
176 lldb::SectionSP next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize() local177 while (next_sect_sp && in getModuleFileSize()178 next_sect_sp->GetLoadBaseAddress(&target) == next_sect_addr) { in getModuleFileSize()183 next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize()