Searched refs:AttributeProxy (Results 1 – 8 of 8) sorted by relevance
51 AttributeProxy::AttributeProxy(AttributeSet& pParent, in AttributeProxy() function in mcld::AttributeProxy57 AttributeProxy::~AttributeProxy() { in ~AttributeProxy()60 bool AttributeProxy::isWholeArchive() const { in isWholeArchive()67 bool AttributeProxy::isAsNeeded() const { in isAsNeeded()74 bool AttributeProxy::isAddNeeded() const { in isAddNeeded()81 bool AttributeProxy::isStatic() const { in isStatic()88 bool AttributeProxy::isDynamic() const { in isDynamic()108 void AttributeProxy::setWholeArchive() { in setWholeArchive()114 void AttributeProxy::unsetWholeArchive() { in unsetWholeArchive()120 void AttributeProxy::setAsNeeded() { in setAsNeeded()[all …]
31 Input::Input(llvm::StringRef pName, const AttributeProxy& pProxy) in Input()60 const AttributeProxy& pProxy, in Input()
139 const AttributeProxy& InputBuilder::getAttributes() const { in getAttributes()143 AttributeProxy& InputBuilder::getAttributes() { in getAttributes()
23 m_pLast = new AttributeProxy(*m_pAttrSet, in InputFactory()
16 class AttributeProxy; variable51 const AttributeProxy& attr() const { return *m_pLast; } in attr()52 AttributeProxy& attr() { return *m_pLast; } in attr()55 AttributeProxy* m_pLast;
149 class AttributeProxy {151 AttributeProxy(AttributeSet& pParent,155 ~AttributeProxy();180 AttributeProxy& assign(Attribute* pBase);
20 class AttributeProxy; variable48 Input(llvm::StringRef pName, const AttributeProxy& pAttr);57 const AttributeProxy& pAttr,
81 const AttributeProxy& getAttributes() const;82 AttributeProxy& getAttributes();