Searched defs:LDSection (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDSection.cpp1 //===- LDSection.cpp ------------------------------------------------------===//
9 #include "mcld/LD/LDSection.h"
17 typedef GCFactory<LDSection, MCLD_SECTIONS_PER_INPUT> SectionFactory;
22 // LDSection
24 LDSection::LDSection() function in class:mcld::LDSection
39 LDSection::LDSection(const std::string& pName, function in class:mcld::LDSection
59 LDSection::~LDSection() {
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h1 //===- LDSection.h --------------------------------------------------------===//
27 /** \class LDSection
28 * \brief LDSection represents a section header entry. It is a unified
31 class LDSection { class in namespace:mcld
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*
[all...]

Completed in 69 milliseconds