Home | History | Annotate | Download | only in Utils

Lines Matching refs:Pairs

125   NamedImmMapper(const Mapping (&Pairs)[N], uint32_t TooBigImm)
126 : Pairs(&Pairs[0]), NumPairs(N), TooBigImm(TooBigImm) {}
136 const Mapping *Pairs;