HomeSort by relevance Sort by last modified time
    Searched refs:m_pAttrFactory (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/CodeGen/
SectLinker.h 90 { return m_pAttrFactory; }
98 AttributeFactory *m_pAttrFactory;
  /frameworks/compile/mclinker/lib/MC/
MCLDInfo.cpp 29 m_pAttrFactory = new AttributeFactory(pAttrNum);
32 m_pInputFactory = new InputFactory(pInputNum, *m_pAttrFactory);
40 delete m_pAttrFactory;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDInfo.h 81 { return *m_pAttrFactory; }
85 { return *m_pAttrFactory; }
127 AttributeFactory *m_pAttrFactory;

Completed in 181 milliseconds