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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2013 llvm::DIType *VPtrTy = nullptr;
2034 VPtrTy = DBuilder.createPointerType(VTableType, PtrWidth);
2041 if (!VPtrTy)
2042 VPtrTy = getOrCreateVTablePtrType(Unit);
2047 llvm::DINode::FlagArtificial, VPtrTy);
H A DCGExpr.cpp811 llvm::Type *VPtrTy = llvm::PointerType::get(IntPtrTy, 0); local
812 Address VPtrAddr(Builder.CreateBitCast(Ptr, VPtrTy), getPointerAlign());

Completed in 142 milliseconds