Searched refs:AttributeProxy (Results 1 – 8 of 8) sorted by relevance
51 AttributeProxy::AttributeProxy(AttributeSet& pParent, in AttributeProxy() function in AttributeProxy57 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 …]
30 Input::Input(llvm::StringRef pName, const AttributeProxy& pProxy) in Input()59 const AttributeProxy& pProxy, in Input()
150 const AttributeProxy& InputBuilder::getAttributes() const in getAttributes()155 AttributeProxy& InputBuilder::getAttributes() in getAttributes()
23 m_pLast = new AttributeProxy(*m_pAttrSet, in InputFactory()
17 class AttributeProxy; variable47 const AttributeProxy& attr() const { return *m_pLast; } in attr()48 AttributeProxy& attr() { return *m_pLast; } in attr()51 AttributeProxy* m_pLast;
178 class AttributeProxy181 AttributeProxy(AttributeSet& pParent,185 ~AttributeProxy();211 AttributeProxy& assign(Attribute* pBase);
21 class AttributeProxy; variable49 const AttributeProxy& pAttr);58 const AttributeProxy& pAttr,
82 const AttributeProxy& getAttributes() const;83 AttributeProxy& getAttributes();