HomeSort by relevance Sort by last modified time
    Searched defs:SectionData (Results 1 - 5 of 5) 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() : m_pSection(NULL) {
28 SectionData::SectionData(LDSection& pSection) : m_pSection(&pSection) {
31 SectionData* SectionData::Create(LDSection& pSection)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
SectionData.h 1 //===- SectionData.h ------------------------------------------------------===//
25 /** \class SectionData
26 * \brief SectionData provides a container for all Fragments.
28 class SectionData {
30 friend class Chunk<SectionData, MCLD_SECTIONS_PER_INPUT>;
32 SectionData();
33 explicit SectionData(LDSection& pSection);
48 static SectionData* Create(LDSection& pSection);
50 static void Destroy(SectionData*& pSection);
64 static FragmentListType SectionData::*getSublistAccess(Fragment *)
    [all...]
  /external/llvm/include/llvm/Object/
COFFYAML.h 58 yaml::BinaryRef SectionData;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 636 StringRef *SectionData =
667 if (SectionData) {
668 *SectionData = data;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mpeg2structs.h 202 BYTE SectionData[1];

Completed in 95 milliseconds