Searched refs:next_sect_sp (Results 1 – 1 of 1) sorted by relevance
268 lldb::SectionSP next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize() local269 while (next_sect_sp && in getModuleFileSize()270 next_sect_sp->GetLoadBaseAddress(&target) == next_sect_addr) { in getModuleFileSize()275 next_sect_sp = sect_so_addr.GetSection(); in getModuleFileSize()