Searched defs:m_pContext (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h121 { m_pContext = pContext; }
124 { return (NULL != m_pContext); }
126 const LDContext* context() const { return m_pContext; }
127 LDContext* context() { return m_pContext; }
138 LDContext* m_pContext; member in class:mcld::Input

Completed in 179 milliseconds