Home | History | Annotate | Download | only in Utils

Lines Matching refs:Mappings

306   AArch64NamedImmMapper(const Mapping (&Mappings)[N], uint32_t TooBigImm)
307 : Mappings(&Mappings[0]), NumMappings(N), TooBigImm(TooBigImm) {}
321 const Mapping *Mappings;