Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ClassDecl

210                               const CXXRecordDecl *ClassDecl,
1014 auto *ClassDecl =
1017 CGF.GetVTablePtr(Ptr, CGF.IntPtrTy->getPointerTo(), ClassDecl);
1216 auto *ClassDecl =
1219 CGF.GetVTablePtr(ThisPtr, StdTypeInfoPtrTy->getPointerTo(), ClassDecl);
1282 auto *ClassDecl =
1286 ClassDecl);
1313 const CXXRecordDecl *ClassDecl,
1315 llvm::Value *VTablePtr = CGF.GetVTablePtr(This, CGM.Int8PtrTy, ClassDecl);
1317 CGM.getItaniumVTableContext().getVirtualBaseOffsetOffset(ClassDecl,