Home | History | Annotate | Download | only in compiler

Lines Matching refs:CreateImageSections

659         image_info.CreateImageSections(unused_sections), kPageSize);
1440 image_info.image_size_ = RoundUp(image_info.CreateImageSections(unused_sections), kPageSize);
1467 size_t ImageWriter::ImageInfo::CreateImageSections(ImageSection* out_sections) const {
1531 const size_t image_end = image_info.CreateImageSections(sections);