Searched defs:m_pExcludeFiles (Results 1 - 1 of 1) sorted by path

/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h38 return m_pExcludeFiles != NULL && !m_pExcludeFiles->empty();
42 return *m_pExcludeFiles;
59 if (m_pExcludeFiles != pRHS.m_pExcludeFiles)
67 StringList* m_pExcludeFiles; member in struct:mcld::InputSectDesc::Spec

Completed in 122 milliseconds