Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/MC/
DMCLDInput.cpp23 m_pAttr(NULL), in Input()
34 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()
48 m_pAttr(NULL), in Input()
63 m_pAttr(const_cast<Attribute*>(pProxy.attr())), in Input()
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDInput.h88 { return (NULL != m_pAttr); } in hasAttribute()
91 { return m_pAttr; } in attribute()
129 Attribute *m_pAttr; variable