Searched refs:pAttrData (Results 1 - 2 of 2) sorted by path

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttribute.h72 void registerAttributeData(ELFAttributeData& pAttrData);
81 Subsection(ELFAttribute &pParent, ELFAttributeData &pAttrData) argument
82 : m_Parent(pParent), m_AttrData(pAttrData) { }
/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp158 void ELFAttribute::registerAttributeData(ELFAttributeData& pAttrData) argument
160 assert((getSubsection(pAttrData.getVendorName()) == NULL) &&
162 m_Subsections.push_back(new Subsection(*this, pAttrData));

Completed in 116 milliseconds