Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:sd

649       SectionData* sd = (*island).begin()->getParent();
651 if (sd != prev) {
652 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
655 prev = sd;
698 SectionData* sd = NULL;
700 sd = IRBuilder::CreateSectionData(*m_psdata);
701 m_psdata->setSectionData(sd);
703 sd = m_psdata->getSectionData();
704 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);