Lines Matching refs:pRHS
80 bool operator==(const Prolog& pRHS) const {
82 if (this == &pRHS)
84 if (m_pVMA != pRHS.m_pVMA)
86 if (m_Type != pRHS.m_Type)
88 if (m_pLMA != pRHS.m_pLMA)
90 if (m_pAlign != pRHS.m_pAlign)
92 if (m_pSubAlign != pRHS.m_pSubAlign)
94 if (m_Constraint != pRHS.m_Constraint)
132 bool operator==(const Epilog& pRHS) const {
134 if (this == &pRHS)
136 if (m_pRegion != pRHS.m_pRegion)
138 if (m_pLMARegion != pRHS.m_pLMARegion)
140 if (m_pPhdrs != pRHS.m_pPhdrs)
142 if (m_pFillExp != pRHS.m_pFillExp)