HomeSort by relevance Sort by last modified time
    Searched defs:AttributeProxy (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/MC/
Attribute.cpp 49 // AttributeProxy
51 AttributeProxy::AttributeProxy(AttributeSet& pParent,
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::isDynamic() cons
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 163 /** \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
181 AttributeProxy(AttributeSet& pParent,
185 ~AttributeProxy();
211 AttributeProxy& assign(Attribute* pBase);

Completed in 112 milliseconds