Home | History | Annotate | Download | only in IR

Lines Matching defs:BaseType

337   Metadata *BaseType;
345 Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
349 BaseType(BaseType), SizeInBits(SizeInBits), AlignInBits(AlignInBits),
354 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
361 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
368 return hash_combine(Tag, Name, File, Line, Scope, BaseType, SizeInBits,
379 Metadata *BaseType;
391 Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits,
397 BaseType(BaseType), SizeInBits(SizeInBits), AlignInBits(AlignInBits),
404 BaseType(N->getRawBaseType()), SizeInBits(N->getSizeInBits()),
414 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
425 return hash_combine(Tag, Name, File, Line, Scope, BaseType, SizeInBits,