Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PointerType

1863                                          llvm::PointerType *GuardPtrTy) {
1875 llvm::PointerType *GuardPtrTy) {
1886 llvm::PointerType *GuardPtrTy) {
1942 llvm::PointerType *guardPtrTy = guardTy->getPointerTo();
2556 static bool TypeInfoIsInStandardLibrary(const PointerType *PointerTy) {
2581 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
2644 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
2986 BuildPointerTypeInfo(cast<PointerType>(Ty)->getPointeeType());
3316 QualType PointerType = getContext().getPointerType(Type);
3319 ItaniumRTTIBuilder(*this).BuildTypeInfo(PointerType, true);
3585 if (const PointerType *PT = dyn_cast<PointerType>(CaughtType)) {
3615 cast<llvm::PointerType>(LLVMCatchTy)->getElementType();