/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenABITypes.cpp | 121 CXXDtorType Type, bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 128 CGF, D, Type, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
|
H A D | CGCXXABI.h | 424 CXXCtorType Type, bool ForVirtualBase, 433 CXXCtorType Type, bool ForVirtualBase, 441 bool ForVirtualBase, bool Delegating) = 0; 446 bool ForVirtualBase, bool Delegating,
|
H A D | CGClass.cpp | 463 bool ForVirtualBase, in GetVTTParameter() argument 483 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter() 487 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter() 2122 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2166 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args, in EmitCXXConstructorCall() 2197 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2235 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase, in EmitCXXConstructorCall() 2243 CGM.getCXXABI().addImplicitConstructorArgs(*this, D, Type, ForVirtualBase, in EmitCXXConstructorCall() 2272 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() argument 2315 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall() [all …]
|
H A D | CGCXXABI.cpp | 348 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 350 getImplicitConstructorArgs(CGF, D, Type, ForVirtualBase, Delegating); in addImplicitConstructorArgs()
|
H A D | ItaniumCXXABI.cpp | 275 bool ForVirtualBase, 281 bool ForVirtualBase, 285 CXXDtorType Type, bool ForVirtualBase, 1921 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument 1929 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in getImplicitConstructorArgs() 1938 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 1940 return CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam() 1945 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1950 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, Delegating); in EmitDestructorCall()
|
H A D | MicrosoftCXXABI.cpp | 293 bool ForVirtualBase, 299 bool ForVirtualBase, 303 CXXDtorType Type, bool ForVirtualBase, 1629 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument 1652 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument 1658 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1678 if (ForVirtualBase && isa<CXXConstructorDecl>(CGF.CurCodeDecl)) { in EmitDestructorCall() 1683 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, in EmitDestructorCall()
|
H A D | CGExprCXX.cpp | 643 bool ForVirtualBase = false; in EmitCXXConstructExpr() local 658 ForVirtualBase = true; in EmitCXXConstructExpr() 666 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E); in EmitCXXConstructExpr()
|
H A D | CodeGenFunction.h | 3110 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, 3130 bool ForVirtualBase, 3138 bool ForVirtualBase, Address This, 3143 bool ForVirtualBase, bool Delegating, 3147 bool ForVirtualBase, bool Delegating, 3180 bool ForVirtualBase, bool Delegating, Address This,
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CodeGenABITypes.h | 93 bool ForVirtualBase, bool Delegating);
|