Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PointerType

1436     cast<llvm::PointerType>(CGF.ReturnValue->getType())->getElementType();
1565 llvm::PointerType *GuardPtrTy) {
1577 llvm::PointerType *GuardPtrTy) {
1588 llvm::PointerType *GuardPtrTy) {
1635 llvm::PointerType *guardPtrTy = guardTy->getPointerTo();
2181 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) {
2206 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
2262 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
2598 BuildPointerTypeInfo(cast<PointerType>(Ty)->getPointeeType());
2924 QualType PointerType = getContext().getPointerType(Type);
2927 ItaniumRTTIBuilder(*this).BuildTypeInfo(PointerType, true);