Home
last modified time | relevance | path

Searched refs:m_pAttr (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DInput.cpp23 m_pAttr(NULL), in Input()
35 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()
50 m_pAttr(NULL), in Input()
66 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()
/frameworks/compile/mclinker/include/mcld/MC/
DInput.h77 bool hasAttribute() const { return (m_pAttr != NULL); } in hasAttribute()
79 const Attribute* attribute() const { return m_pAttr; } in attribute()
113 Attribute* m_pAttr; variable