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

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

Completed in 75 milliseconds