Searched defs:SectionData (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/MC/
H A DWinCOFFStreamer.cpp155 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); local
157 if (SectionData.getAlignment() < ByteAlignment)
158 SectionData.setAlignment(ByteAlignment);
165 new MCAlignFragment(ByteAlignment, 0, 0, ByteAlignment, &SectionData);
167 SymbolData.setFragment(new MCFillFragment(0, 0, Size, &SectionData));
H A DWinCOFFObjectWriter.cpp153 void DefineSection(MCSectionData const &SectionData);
366 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { argument
367 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
371 static_cast<MCSectionCOFF const &>(SectionData.getSection());
389 switch (SectionData.getAlignment()) {
409 coff_section->MCData = &SectionData;
410 SectionMap[&SectionData.getSection()] = coff_section;
642 MCSectionData const *SectionData = Fragment->getParent(); local
645 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
650 COFFSection *coff_section = SectionMap[&SectionData
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp114 StringRef SectionData; local
119 Check(si->getContents(SectionData));
123 (const uint8_t*)SectionData.begin());
/external/llvm/include/llvm/MC/
H A DMCAssembler.h533 // FIXME: Same concerns as with SectionData.
659 MCSectionData *SectionData; member in struct:llvm::IndirectSymbolData

Completed in 78 milliseconds