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

Completed in 146 milliseconds