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

/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h102 void setContext(LDContext* pContext) { m_pContext = pContext; }
104 bool hasContext() const { return (m_pContext != NULL); }
106 const LDContext* context() const { return m_pContext; }
107 LDContext* context() { return m_pContext; }
118 LDContext* m_pContext; member in class:mcld::Input

Completed in 712 milliseconds