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() {
60 bool AttributeProxy::isWholeArchive() const {
67 bool AttributeProxy::isAsNeeded() const {
74 bool AttributeProxy::isAddNeeded() const {
81 bool AttributeProxy::isStatic() const {
88 bool AttributeProxy::isDynamic() const
    [all...]
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 134 /** \class AttributeProxy
142 * AttributeProxy hides the reality of sharing. An input file can change
144 * as it has a private ownership of the attribute. AttributeProxy does
146 * the attribute of the input file. If the searching fails, AttributeProxy
149 class AttributeProxy {
151 AttributeProxy(AttributeSet& pParent,
155 ~AttributeProxy();
180 AttributeProxy& assign(Attribute* pBase);

Completed in 62 milliseconds