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

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h1 //===- LDSection.h --------------------------------------------------------===//
25 /** \class LDSection
26 * \brief LDSection represents a section header entry. It is a unified
29 class LDSection class in namespace:mcld
32 friend class Chunk<LDSection, MCLD_SECTIONS_PER_INPUT>;
34 LDSection();
36 LDSection(const std::string& pName,
44 ~LDSection();
46 static LDSection* Create(const std::string& pName,
53 static void Destroy(LDSection*
[all...]
/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:LDSection
39 LDSection::LDSection(const std::string& pName, function in class:LDSection
59 LDSection::~LDSection()
[all...]

Completed in 178 milliseconds