Home
last modified time | relevance | path

Searched refs:BTFAttrTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1220 auto *BTFAttrTy = dyn_cast<BTFTagAttributedType>(PointeeTy); in CreatePointerLikeType() local
1221 while (BTFAttrTy) { in CreatePointerLikeType()
1222 StringRef Tag = BTFAttrTy->getAttr()->getBTFTypeTag(); in CreatePointerLikeType()
1230 BTFAttrTy = dyn_cast<BTFTagAttributedType>(BTFAttrTy->getWrappedType()); in CreatePointerLikeType()