Home
last modified time | relevance | path

Searched refs:ForVirtualBase (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp122 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument
129 CGF, D, Type, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
H A DCGCXXABI.h410 CXXCtorType Type, bool ForVirtualBase,
419 CXXCtorType Type, bool ForVirtualBase,
427 bool ForVirtualBase, bool Delegating) = 0;
432 bool ForVirtualBase, bool Delegating,
H A DCGClass.cpp461 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 DCGCXXABI.cpp343 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument
345 getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase, Delegating); in addImplicitConstructorArgs()
H A DItaniumCXXABI.cpp228 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 DMicrosoftCXXABI.cpp268 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 DCodeGenFunction.h2844 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 DCGExprCXX.cpp633 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 DCodeGenABITypes.h92 bool ForVirtualBase, bool Delegating);