Searched refs:AttributeFactory (Results 1 - 14 of 14) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DAttributeFactory.cpp1 //===- AttributeFactory.cpp -----------------------------------------------===//
10 #include "mcld/MC/AttributeFactory.h"
15 // AttributeFactory
16 AttributeFactory::AttributeFactory() function in class:AttributeFactory
22 AttributeFactory::AttributeFactory(size_t pNum) function in class:AttributeFactory
29 AttributeFactory::~AttributeFactory()
41 void AttributeFactory
[all...]
H A DInputFactory.cpp10 #include "mcld/MC/AttributeFactory.h"
16 InputFactory::InputFactory(size_t pNum, AttributeFactory& pAttrFactory)
H A DMCLDInfo.cpp12 #include <mcld/MC/AttributeFactory.h>
31 m_pAttrFactory = new AttributeFactory(pAttrNum);
H A DMCLDAttribute.cpp10 #include <mcld/MC/AttributeFactory.h>
49 AttributeProxy::AttributeProxy(AttributeFactory& pParent, Attribute& pBase)
97 static inline void ReplaceOrRecord(AttributeFactory& pParent,
H A DAndroid.mk4 AttributeFactory.cpp \
H A DMCLDDriver.cpp173 mcld::AttributeFactory::const_iterator attr, attrEnd = m_LDInfo.attrFactory().end();
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h20 class AttributeFactory;
40 InputFactory(size_t pNum, AttributeFactory& pAttrFactory);
50 AttributeFactory &m_AttrFactory;
H A DAttributeFactory.h1 //===- AttributeFactory.h -------------------------------------------------===//
20 /** \class AttributeFactory
21 * \brief AttributeFactory contructs the AttributeProxys.
26 class AttributeFactory : private Uncopyable class in namespace:mcld
36 AttributeFactory();
37 explicit AttributeFactory(size_t pNum);
38 ~AttributeFactory();
H A DMCLDInfo.h21 #include <mcld/MC/AttributeFactory.h>
87 AttributeFactory& attrFactory()
91 const AttributeFactory& attrFactory() const
126 AttributeFactory *m_pAttrFactory;
H A DMCLDAttribute.h19 class AttributeFactory;
178 * the searching in the AttributeFactory and changes the pointer of
180 * requests a new attribute from the AttributeFactory.
185 friend class AttributeFactory;
187 explicit AttributeProxy(AttributeFactory& pParent, Attribute& pBase);
225 AttributeFactory &m_AttrPool;
/frameworks/compile/mclinker/unittests/
H A DInputTreeTest.h18 class AttributeFactory;
46 mcld::AttributeFactory *m_pAttr;
H A DInputTreeTest.cpp21 m_pAttr = new mcld::AttributeFactory(2);
/frameworks/compile/mclinker/include/mcld/CodeGen/
H A DSectLinker.h35 class AttributeFactory;
/frameworks/compile/mclinker/include/mcld/Support/
H A DTargetRegistry.h28 class AttributeFactory;

Completed in 79 milliseconds