Searched defs:AttributeProxy (Results 1 - 2 of 2) 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...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h166 /** \class AttributeProxy
174 * AttributeProxy hides the reality of sharing. An input file can change
176 * as it has a private ownership of the attribute. AttributeProxy does
178 * the attribute of the input file. If the searching fails, AttributeProxy
181 class AttributeProxy class in namespace:mcld
184 AttributeProxy(AttributeSet& pParent,
188 ~AttributeProxy();
214 AttributeProxy& assign(Attribute* pBase);

Completed in 2466 milliseconds