| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 129 CGF, D, Type, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
|
| H A D | CGCXXABI.h | 410 CXXCtorType Type, bool ForVirtualBase, 419 CXXCtorType Type, bool ForVirtualBase, 427 bool ForVirtualBase, bool Delegating) = 0; 432 bool ForVirtualBase, bool Delegating,
|
| H A D | CGClass.cpp | 461 bool ForVirtualBase, in GetVTTParameter() argument 481 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter() 485 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter() 2081 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2125 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args, in EmitCXXConstructorCall() 2156 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2195 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase, in EmitCXXConstructorCall() 2232 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() argument 2273 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall() 2467 bool ForVirtualBase, in EmitCXXDestructorCall() argument [all …]
|
| H A D | CGCXXABI.cpp | 343 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 345 getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase, Delegating); in addImplicitConstructorArgs()
|
| H A D | ItaniumCXXABI.cpp | 228 bool ForVirtualBase, 234 bool ForVirtualBase, 238 CXXDtorType Type, bool ForVirtualBase, 1677 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument 1683 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in getImplicitConstructorArgs() 1690 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 1692 return CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam() 1697 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1702 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, Delegating); in EmitDestructorCall()
|
| H A D | MicrosoftCXXABI.cpp | 268 bool ForVirtualBase, 274 bool ForVirtualBase, 278 CXXDtorType Type, bool ForVirtualBase, 1594 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument 1617 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 1623 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1643 if (ForVirtualBase && isa<CXXConstructorDecl>(CGF.CurCodeDecl)) { in EmitDestructorCall() 1648 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, in EmitDestructorCall()
|
| H A D | CodeGenFunction.h | 2844 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, 2864 bool ForVirtualBase, 2872 bool ForVirtualBase, Address This, 2877 bool ForVirtualBase, bool Delegating, 2881 bool ForVirtualBase, bool Delegating, 2914 bool ForVirtualBase, bool Delegating, Address This,
|
| H A D | CGExprCXX.cpp | 633 bool ForVirtualBase = false; in EmitCXXConstructExpr() local 648 ForVirtualBase = true; in EmitCXXConstructExpr() 656 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E); in EmitCXXConstructExpr()
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 92 bool ForVirtualBase, bool Delegating);
|