Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h334 ELFAttribute& attribute() { return *m_pAttribute; } in attribute()
337 const ELFAttribute& attribute() const { return *m_pAttribute; } in attribute()
540 ELFAttribute* m_pAttribute; variable
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp90 m_pAttribute(NULL), in GNULDBackend()
114 m_pAttribute = new ELFAttribute(*this, pConfig); in GNULDBackend()
125 delete m_pAttribute; in ~GNULDBackend()