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

  /frameworks/compile/mclinker/lib/MC/
MCLDFile.cpp 21 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(), m_pMemArea(0) {
25 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(pName.data()), m_pMemArea(0) {
31 : m_Type(pType), m_pContext(0), m_Path(pPath), m_Name(pName.data()), m_pMemArea(0) {
  /frameworks/compile/mclinker/include/mcld/MC/
MCLDFile.h 70 { m_pContext = pContext; }
95 { return (0 != m_pContext); }
98 { return m_pContext; }
101 { return m_pContext; }
114 LDContext *m_pContext;

Completed in 120 milliseconds