Lines Matching defs:ETy
168 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen,
169 bool IsSigned) : ETy(ETy) {
172 BTFType.Size = roundupToBytes(ETy->getSizeInBits());
180 BTFType.NameOff = BDebug.addString(ETy->getName());
182 DINodeArray Elements = ETy->getElements();
207 BTFTypeEnum64::BTFTypeEnum64(const DICompositeType *ETy, uint32_t VLen,
208 bool IsSigned) : ETy(ETy) {
211 BTFType.Size = roundupToBytes(ETy->getSizeInBits());
219 BTFType.NameOff = BDebug.addString(ETy->getName());
221 DINodeArray Elements = ETy->getElements();