HomeSort by relevance Sort by last modified time
    Searched full:sectiondata (Results 26 - 38 of 38) sorted by null

12

  /external/llvm/test/MC/COFF/
basic-coff.s 51 // CHECK: SectionData =
82 // CHECK: SectionData =
symbol-fragment-offset.s 62 // CHECK: SectionData =
120 // CHECK: SectionData =
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 153 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section);
155 if (SectionData.getAlignment() < ByteAlignment)
156 SectionData.setAlignment(ByteAlignment);
163 new MCAlignFragment(ByteAlignment, 0, 0, ByteAlignment, &SectionData);
165 SymbolData.setFragment(new MCFillFragment(0, 0, Size, &SectionData));
WinCOFFObjectWriter.cpp 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()]
    [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;
750 static_cast<const MCSectionMachO&>(it->SectionData->getSection());
MCELFStreamer.cpp 107 ISD.SectionData = getCurrentSectionData();
MCMachOStreamer.cpp 185 ISD.SectionData = getCurrentSectionData();
  /external/elfutils/libdw/
dwarf_getsrclines.c 91 if (dbg->sectiondata[IDX_debug_line] == NULL)
96 uint8_t *linep = dbg->sectiondata[IDX_debug_line]->d_buf + offset;
97 uint8_t *lineendp = (dbg->sectiondata[IDX_debug_line]->d_buf
98 + dbg->sectiondata[IDX_debug_line]->d_size);
libdwP.h 110 Elf_Data *sectiondata[IDX_last]; member in struct:Dwarf
  /external/llvm/include/llvm/MC/
MCAssembler.h 511 // FIXME: Same concerns as with SectionData.
637 MCSectionData *SectionData;
  /external/llvm/test/Scripts/
coff-dump.py 125 ('SectionData', ('ptr', 'PointerToRawData', ('blob', 'SizeOfRawData'))),
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
qc_main.c 361 &qcOutChannel[ch].sectionData);
  /external/llvm/lib/CodeGen/
ELFWriter.cpp     [all...]

Completed in 2005 milliseconds

12