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

  /frameworks/compile/mclinker/lib/LD/
SectionData.cpp 1 //===- SectionData.cpp ----------------------------------------------------===//
9 #include <mcld/LD/SectionData.h>
18 typedef GCFactory<SectionData, MCLD_SECTIONS_PER_INPUT> SectDataFactory;
23 // SectionData
25 SectionData::SectionData()
29 SectionData::SectionData(LDSection &pSection)
33 SectionData* SectionData::Create(LDSection& pSection
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
SectionData.h 1 //===- SectionData.h ------------------------------------------------------===//
24 /** \class SectionData
25 * \brief SectionData provides a container for all Fragments.
27 class SectionData
30 friend class Chunk<SectionData, MCLD_SECTIONS_PER_INPUT>;
32 SectionData();
33 explicit SectionData(LDSection &pSection);
35 SectionData(const SectionData &); // DO NOT IMPLEMENT
36 SectionData& operator=(const SectionData &); // DO NOT IMPLEMEN
    [all...]
  /external/llvm/include/llvm/Object/
COFFYAML.h 52 yaml::BinaryRef SectionData;
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 202 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section);
203 if (SectionData.getAlignment() < ByteAlignment)
204 SectionData.setAlignment(ByteAlignment);
213 ByteAlignment, &SectionData);
216 new MCFillFragment(/*_Value=*/0, /*_ValueSize=*/0, Size, &SectionData);
WinCOFFObjectWriter.cpp 149 void DefineSection(MCSectionData const &SectionData);
341 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) {
342 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF
346 static_cast<MCSectionCOFF const &>(SectionData.getSection());
372 switch (SectionData.getAlignment()) {
392 coff_section->MCData = &SectionData;
393 SectionMap[&SectionData.getSection()] = coff_section;
714 MCSectionData const *SectionData = Fragment->getParent();
717 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() &&
722 COFFSection *coff_section = SectionMap[&SectionData->getSection()]
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 652 StringRef *SectionData =
675 if (SectionData) {
676 *SectionData = data;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 160 StringRef SectionData;
167 Check(SI->getContents(SectionData));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2structs.h 202 BYTE SectionData[1];
  /external/llvm/include/llvm/MC/
MCAssembler.h 685 // FIXME: Same concerns as with SectionData.
811 MCSectionData *SectionData;
    [all...]

Completed in 123 milliseconds