Searched refs:LDSectionFactory (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DLDSectionFactory.cpp1 //===- LDSectionFactory.cpp -----------------------------------------------===//
9 #include <mcld/LD/LDSectionFactory.h>
14 // LDSectionFactory
15 LDSectionFactory::LDSectionFactory(size_t pNum) function in class:LDSectionFactory
19 LDSectionFactory::~LDSectionFactory()
23 LDSection* LDSectionFactory::produce(const std::string& pName,
34 void LDSectionFactory::destroy(LDSection*& pSection)
40 LDSection* LDSectionFactory
[all...]
H A DAndroid.mk35 LDSectionFactory.cpp \
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSectionFactory.h1 //===- LDSectionFactory.h -------------------------------------------------===//
24 /** \class LDSectionFactory
27 class LDSectionFactory : public GCFactory<LDSection, 0> class in namespace:mcld
30 /// LDSectionFactory - the factory of LDSection
32 LDSectionFactory(size_t pNum);
33 ~LDSectionFactory();
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLinker.h26 #include <mcld/LD/LDSectionFactory.h>
42 class LDSectionFactory;
271 LDSectionFactory m_LDSectHdrFactory;
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp23 #include <mcld/LD/LDSectionFactory.h>

Completed in 3526 milliseconds