Searched refs:BTFAttrTy (Results 1 – 1 of 1) sorted by relevance
1220 auto *BTFAttrTy = dyn_cast<BTFTagAttributedType>(PointeeTy); in CreatePointerLikeType() local1221 while (BTFAttrTy) { in CreatePointerLikeType()1222 StringRef Tag = BTFAttrTy->getAttr()->getBTFTypeTag(); in CreatePointerLikeType()1230 BTFAttrTy = dyn_cast<BTFTagAttributedType>(BTFAttrTy->getWrappedType()); in CreatePointerLikeType()