reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3284 for (unsigned SectIdx = 0; SectIdx != info->Sections->size(); SectIdx++) { 3285 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); 3286 uint64_t SectSize = ((*(info->Sections))[SectIdx]).getSize(); 3292 ((*(info->Sections))[SectIdx]).getName(); 3298 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl(); 3304 S = (*(info->Sections))[SectIdx]; 3308 ((*(info->Sections))[SectIdx]).getContents(), info->O->getFileName()); 7477 SymbolizerInfo.Sections = &Sections; 7483 ThumbSymbolizerInfo.Sections = &Sections;