Home | History | Annotate | Download | only in MC

Lines Matching full:sectiondata

149   void DefineSection(MCSectionData const &SectionData);
341 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) {
342 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
346 static_cast<MCSectionCOFF const &>(SectionData.getSection());
372 switch (SectionData.getAlignment()) {
392 coff_section->MCData = &SectionData;
393 SectionMap[&SectionData.getSection()] = coff_section;
714 MCSectionData const *SectionData = Fragment->getParent();
717 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
722 COFFSection *coff_section = SectionMap[&SectionData->getSection()];