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

/frameworks/compile/mclinker/lib/MC/
H A DMCLDInput.cpp27 m_pContext(NULL) {
38 m_pContext(NULL) {
52 m_pContext(NULL) {
67 m_pContext(NULL) {
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDInput.h117 { m_pContext = pContext; }
120 { return (NULL != m_pContext); }
122 const LDContext* context() const { return m_pContext; }
123 LDContext* context() { return m_pContext; }
133 LDContext* m_pContext; member in class:mcld::Input

Completed in 169 milliseconds