Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp121 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument
128 CGF, D, Type, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
H A DCGCXXABI.h429 CXXCtorType Type, bool ForVirtualBase,
438 CXXCtorType Type, bool ForVirtualBase,
446 bool ForVirtualBase, bool Delegating) = 0;
451 bool ForVirtualBase, bool Delegating,
H A DCGClass.cpp454 bool ForVirtualBase, in GetVTTParameter() argument
474 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter()
478 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter()
2113 bool ForVirtualBase, in EmitCXXConstructorCall() argument
2156 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args, in EmitCXXConstructorCall()
2187 bool ForVirtualBase, in EmitCXXConstructorCall() argument
2226 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase, in EmitCXXConstructorCall()
2263 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() argument
2304 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall()
2498 bool ForVirtualBase, in EmitCXXDestructorCall() argument
[all …]
H A DCGCXXABI.cpp339 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument
341 getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase, Delegating); in addImplicitConstructorArgs()
H A DItaniumCXXABI.cpp274 bool ForVirtualBase,
280 bool ForVirtualBase,
284 CXXDtorType Type, bool ForVirtualBase,
1755 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument
1763 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in getImplicitConstructorArgs()
1772 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument
1774 return CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
1779 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
1784 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, Delegating); in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp293 bool ForVirtualBase,
299 bool ForVirtualBase,
303 CXXDtorType Type, bool ForVirtualBase,
1613 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument
1636 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument
1642 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
1662 if (ForVirtualBase && isa<CXXConstructorDecl>(CGF.CurCodeDecl)) { in EmitDestructorCall()
1667 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, in EmitDestructorCall()
H A DCodeGenFunction.h2911 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase,
2931 bool ForVirtualBase,
2939 bool ForVirtualBase, Address This,
2944 bool ForVirtualBase, bool Delegating,
2948 bool ForVirtualBase, bool Delegating,
2981 bool ForVirtualBase, bool Delegating, Address This,
H A DCGExprCXX.cpp640 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
655 ForVirtualBase = true; in EmitCXXConstructExpr()
663 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E); in EmitCXXConstructExpr()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h92 bool ForVirtualBase, bool Delegating);