Searched refs:AttributeProxy (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DAttribute.cpp49 // AttributeProxy
51 AttributeProxy::AttributeProxy(AttributeSet& pParent, function in class:AttributeProxy
57 AttributeProxy::~AttributeProxy()
61 bool AttributeProxy::isWholeArchive() const
69 bool AttributeProxy::isAsNeeded() const
77 bool AttributeProxy::isAddNeeded() const
85 bool AttributeProxy::isStatic() const
93 bool AttributeProxy
[all...]
H A DInput.cpp30 Input::Input(llvm::StringRef pName, const AttributeProxy& pProxy)
59 const AttributeProxy& pProxy,
H A DInputFactory.cpp23 m_pLast = new AttributeProxy(*m_pAttrSet,
H A DInputBuilder.cpp150 const AttributeProxy& InputBuilder::getAttributes() const
155 AttributeProxy& InputBuilder::getAttributes()
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h17 class AttributeProxy;
47 const AttributeProxy& attr() const { return *m_pLast; }
48 AttributeProxy& attr() { return *m_pLast; }
51 AttributeProxy* m_pLast;
H A DAttribute.h163 /** \class AttributeProxy
171 * AttributeProxy hides the reality of sharing. An input file can change
173 * as it has a private ownership of the attribute. AttributeProxy does
175 * the attribute of the input file. If the searching fails, AttributeProxy
178 class AttributeProxy class in namespace:mcld
181 AttributeProxy(AttributeSet& pParent,
185 ~AttributeProxy();
211 AttributeProxy& assign(Attribute* pBase);
H A DInput.h21 class AttributeProxy;
49 const AttributeProxy& pAttr);
58 const AttributeProxy& pAttr,
H A DInputBuilder.h82 const AttributeProxy& getAttributes() const;
83 AttributeProxy& getAttributes();

Completed in 1363 milliseconds