Lines Matching refs:MCSectionData

679     const MCSectionData &SD = *it;  in CreateRelocationSections()
711 const MCSectionData &SD = *it; in WriteRelocations()
718 MCSectionData &RelaSD = Asm.getOrCreateSectionData(*RelaSection); in WriteRelocations()
746 const MCSectionData *SD) { in WriteRelocationsFragment()
813 MCSectionData &ShstrtabSD = Asm.getOrCreateSectionData(*ShstrtabSection); in CreateMetadataSections()
820 MCSectionData &SymtabSD = Asm.getOrCreateSectionData(*SymtabSection); in CreateMetadataSections()
823 MCSectionData *SymtabShndxSD = NULL; in CreateMetadataSections()
836 MCSectionData &StrtabSD = Asm.getOrCreateSectionData(*StrtabSection); in CreateMetadataSections()
923 MCSectionData &Data = Asm.getOrCreateSectionData(*Group); in CreateIndexedSections()
941 MCSectionData &Data = Asm.getOrCreateSectionData(*Group); in CreateIndexedSections()
1023 bool ELFObjectWriter::IsELFMetaDataSection(const MCSectionData &SD) { in IsELFMetaDataSection()
1028 uint64_t ELFObjectWriter::DataSectionSize(const MCSectionData &SD) { in DataSectionSize()
1030 for (MCSectionData::const_iterator i = SD.begin(), e = SD.end(); i != e; in DataSectionSize()
1040 const MCSectionData &SD) { in GetSectionFileSize()
1047 const MCSectionData &SD) { in GetSectionAddressSize()
1057 const MCSectionData &SD = Asm.getOrCreateSectionData(Section); in WriteDataSectionData()
1066 for (MCSectionData::const_iterator i = SD.begin(), e = SD.end(); i != e; in WriteDataSectionData()
1102 const MCSectionData &SD = Asm.getOrCreateSectionData(Section); in WriteSectionHeader()
1189 const MCSectionData &SD = Asm.getOrCreateSectionData(Section); in WriteObject()
1210 const MCSectionData &SD = Asm.getOrCreateSectionData(Section); in WriteObject()