Lines Matching refs:sd
877 SectionData* sd = (*island).begin()->getParent();
879 if (sd != prev) {
880 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
883 prev = sd;
1194 SectionData* sd = NULL;
1196 sd = IRBuilder::CreateSectionData(*m_psdata);
1197 m_psdata->setSectionData(sd);
1199 sd = m_psdata->getSectionData();
1200 moveSectionData(*pSection.getSectionData(), *sd);