Lines Matching full:prhs
86 bool operator==(const Prolog& pRHS) const {
88 if (this == &pRHS)
90 if (m_pVMA != pRHS.m_pVMA)
92 if (m_Type != pRHS.m_Type)
94 if (m_pLMA!= pRHS.m_pLMA)
96 if (m_pAlign != pRHS.m_pAlign)
98 if (m_pSubAlign != pRHS.m_pSubAlign)
100 if (m_Constraint != pRHS.m_Constraint)
138 bool operator==(const Epilog& pRHS) const {
140 if (this == &pRHS)
142 if (m_pRegion != pRHS.m_pRegion)
144 if (m_pLMARegion != pRHS.m_pLMARegion)
146 if (m_pPhdrs != pRHS.m_pPhdrs)
148 if (m_pFillExp != pRHS.m_pFillExp)