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

  /frameworks/compile/mclinker/lib/LD/
LDSection.cpp 1 //===- LDSection.cpp ------------------------------------------------------===//
9 #include "mcld/LD/LDSection.h"
17 typedef GCFactory<LDSection, MCLD_SECTIONS_PER_INPUT> SectionFactory;
22 // LDSection
24 LDSection::LDSection()
39 LDSection::LDSection(const std::string& pName,
59 LDSection::~LDSection() {
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 1 //===- LDSection.h --------------------------------------------------------===//
27 /** \class LDSection
28 * \brief LDSection represents a section header entry. It is a unified
31 class LDSection {
33 friend class Chunk<LDSection, MCLD_SECTIONS_PER_INPUT>;
35 LDSection();
37 LDSection(const std::string& pName,
45 ~LDSection();
47 static LDSection* Create(const std::string& pName,
54 static void Destroy(LDSection*& pSection)
    [all...]

Completed in 424 milliseconds