Lines Matching refs:SectionData
152 void DefineSection(MCSectionData const &SectionData);
364 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) {
365 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
369 static_cast<MCSectionCOFF const &>(SectionData.getSection());
387 switch (SectionData.getAlignment()) {
407 coff_section->MCData = &SectionData;
408 SectionMap[&SectionData.getSection()] = coff_section;
640 MCSectionData const *SectionData = Fragment->getParent();
643 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
648 COFFSection *coff_section = SectionMap[&SectionData->getSection()];