Searched refs:SectionData (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp154 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); local
156 if (SectionData.getAlignment() < ByteAlignment)
157 SectionData.setAlignment(ByteAlignment);
164 new MCAlignFragment(ByteAlignment, 0, 0, ByteAlignment, &SectionData);
166 SymbolData.setFragment(new MCFillFragment(0, 0, Size, &SectionData));
H A DWinCOFFObjectWriter.cpp152 void DefineSection(MCSectionData const &SectionData);
364 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { argument
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(); local
643 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
648 COFFSection *coff_section = SectionMap[&SectionData
[all...]
H A DMachObjectWriter.cpp377 cast<MCSectionMachO>(it->SectionData->getSection());
383 if (!IndirectSymBase.count(it->SectionData))
384 IndirectSymBase[it->SectionData] = IndirectIndex;
394 cast<MCSectionMachO>(it->SectionData->getSection());
401 if (!IndirectSymBase.count(it->SectionData))
402 IndirectSymBase[it->SectionData] = IndirectIndex;
765 static_cast<const MCSectionMachO&>(it->SectionData->getSection());
H A DMCELFStreamer.cpp108 ISD.SectionData = getCurrentSectionData();
H A DMCMachOStreamer.cpp187 ISD.SectionData = getCurrentSectionData();
/external/llvm/include/llvm/MC/
H A DMCAssembler.h511 // FIXME: Same concerns as with SectionData.
637 MCSectionData *SectionData; member in struct:llvm::IndirectSymbolData

Completed in 20 milliseconds