HomeSort by relevance Sort by last modified time
    Searched refs:SectionData (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 155 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section);
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));
WinCOFFObjectWriter.cpp 153 void DefineSection(MCSectionData const &SectionData);
366 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) {
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();
645 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
650 COFFSection *coff_section = SectionMap[&SectionData->getSection()]
    [all...]
MachObjectWriter.cpp 377 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;
772 static_cast<const MCSectionMachO&>(it->SectionData->getSection());
MCMachOStreamer.cpp 183 ISD.SectionData = getCurrentSectionData();
MCELFStreamer.cpp 229 ISD.SectionData = getCurrentSectionData();
  /frameworks/compile/mclinker/lib/LD/
ELFWriter.cpp 408 const llvm::MCSectionData* SectionData = pSection.getSectionData();
409 assert(SectionData && "SectionData is NULL in emitRelocation!");
412 emitRel(pLayout, pOutput, *SectionData, pRegion);
414 emitRela(pLayout, pOutput, *SectionData, pRegion);
  /external/llvm/include/llvm/MC/
MCAssembler.h 533 // FIXME: Same concerns as with SectionData.
659 MCSectionData *SectionData;

Completed in 50 milliseconds