Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/MC/
DInputFactory.cpp22 m_pAttrSet = new AttributeSet(16, pConfig.attribute().predefined()); in InputFactory()
23 m_pLast = new AttributeProxy(*m_pAttrSet, in InputFactory()
29 delete m_pAttrSet; in ~InputFactory()
/frameworks/compile/mclinker/include/mcld/MC/
DInputFactory.h56 AttributeSet* m_pAttrSet; variable