Searched refs:CompTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp602 const auto *CompTy = dyn_cast<DICompositeType>(BaseTy); local
604 if (!CompTy || CompTy->getTag() != dwarf::DW_TAG_enumeration_type)
606 BaseTy = stripQualifiers(CompTy->getBaseType());

Completed in 60 milliseconds