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 mcld::AttributeProxy
57 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 …]
DInput.cpp31 Input::Input(llvm::StringRef pName, const AttributeProxy& pProxy) in Input()
60 const AttributeProxy& pProxy, in Input()
DInputBuilder.cpp139 const AttributeProxy& InputBuilder::getAttributes() const { in getAttributes()
143 AttributeProxy& InputBuilder::getAttributes() { in getAttributes()
DInputFactory.cpp23 m_pLast = new AttributeProxy(*m_pAttrSet, in InputFactory()
/frameworks/compile/mclinker/include/mcld/MC/
DInputFactory.h16 class AttributeProxy; variable
51 const AttributeProxy& attr() const { return *m_pLast; } in attr()
52 AttributeProxy& attr() { return *m_pLast; } in attr()
55 AttributeProxy* m_pLast;
DAttribute.h149 class AttributeProxy {
151 AttributeProxy(AttributeSet& pParent,
155 ~AttributeProxy();
180 AttributeProxy& assign(Attribute* pBase);
DInput.h20 class AttributeProxy; variable
48 Input(llvm::StringRef pName, const AttributeProxy& pAttr);
57 const AttributeProxy& pAttr,
DInputBuilder.h81 const AttributeProxy& getAttributes() const;
82 AttributeProxy& getAttributes();