Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/MC/
DAttribute.cpp51 AttributeProxy::AttributeProxy(AttributeSet& pParent, in AttributeProxy() function in AttributeProxy
57 AttributeProxy::~AttributeProxy() in ~AttributeProxy()
61 bool AttributeProxy::isWholeArchive() const in isWholeArchive()
69 bool AttributeProxy::isAsNeeded() const in isAsNeeded()
77 bool AttributeProxy::isAddNeeded() const in isAddNeeded()
85 bool AttributeProxy::isStatic() const in isStatic()
93 bool AttributeProxy::isDynamic() const in isDynamic()
116 void AttributeProxy::setWholeArchive() in setWholeArchive()
123 void AttributeProxy::unsetWholeArchive() in unsetWholeArchive()
130 void AttributeProxy::setAsNeeded() in setAsNeeded()
[all …]
DInput.cpp30 Input::Input(llvm::StringRef pName, const AttributeProxy& pProxy) in Input()
59 const AttributeProxy& pProxy, in Input()
DInputBuilder.cpp150 const AttributeProxy& InputBuilder::getAttributes() const in getAttributes()
155 AttributeProxy& InputBuilder::getAttributes() in getAttributes()
DInputFactory.cpp23 m_pLast = new AttributeProxy(*m_pAttrSet, in InputFactory()
/frameworks/compile/mclinker/include/mcld/MC/
DInputFactory.h17 class AttributeProxy; variable
47 const AttributeProxy& attr() const { return *m_pLast; } in attr()
48 AttributeProxy& attr() { return *m_pLast; } in attr()
51 AttributeProxy* m_pLast;
DAttribute.h178 class AttributeProxy
181 AttributeProxy(AttributeSet& pParent,
185 ~AttributeProxy();
211 AttributeProxy& assign(Attribute* pBase);
DInput.h21 class AttributeProxy; variable
49 const AttributeProxy& pAttr);
58 const AttributeProxy& pAttr,
DInputBuilder.h82 const AttributeProxy& getAttributes() const;
83 AttributeProxy& getAttributes();