Lines Matching defs:ETy
177 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen,
178 bool IsSigned) : ETy(ETy) {
181 BTFType.Size = roundupToBytes(ETy->getSizeInBits());
189 BTFType.NameOff = BDebug.addString(ETy->getName());
191 DINodeArray Elements = ETy->getElements();
216 BTFTypeEnum64::BTFTypeEnum64(const DICompositeType *ETy, uint32_t VLen,
217 bool IsSigned) : ETy(ETy) {
220 BTFType.Size = roundupToBytes(ETy->getSizeInBits());
228 BTFType.NameOff = BDebug.addString(ETy->getName());
230 DINodeArray Elements = ETy->getElements();