Searched defs:AddrType (Results 1 – 6 of 6) sorted by relevance
191 const ContainedRangeMap<AddrType, EntryType> *m) const { in SizeOf()213 const ContainedRangeMap<AddrType, EntryType> *m, char *dest) const { in Write()250 const ContainedRangeMap<AddrType, EntryType> *m, unsigned int *size) const { in Serialize()
49 typedef int32_t AddrType; typedef
519 using AddrType = AArch32Rel32Translator::AddrType; in TEST() typedef541 using AddrType = AArch32Rel32Translator::AddrType; in TEST() typedef600 using AddrType = AArch32Rel32Translator::AddrType; in TEST() typedef628 using AddrType = AArch32Rel32Translator::AddrType; in TEST() typedef691 using AddrType = AArch64Rel32Translator::AddrType; in TEST() typedef714 using AddrType = AArch64Rel32Translator::AddrType; in TEST() typedef
135 enum AddrType : uint8_t { enum338 enum AddrType : uint8_t { enum
1293 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local