Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h419 CXXCtorType Type, bool ForVirtualBase,
428 CXXCtorType Type, bool ForVirtualBase,
436 bool ForVirtualBase, bool Delegating) = 0;
441 bool ForVirtualBase, bool Delegating,
H A DCGClass.cpp462 bool ForVirtualBase, in GetVTTParameter() argument
482 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter()
486 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
2236 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase, in EmitCXXConstructorCall()
2244 CGM.getCXXABI().addImplicitConstructorArgs(*this, D, Type, ForVirtualBase, in EmitCXXConstructorCall()
2273 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() argument
2314 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall()
[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,
1666 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument
1672 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in getImplicitConstructorArgs()
1679 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument
1681 return CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in getCXXDestructorImplicitParam()
1686 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
1691 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, Delegating); in EmitDestructorCall()
H A DMicrosoftCXXABI.cpp281 bool ForVirtualBase,
287 bool ForVirtualBase,
291 CXXDtorType Type, bool ForVirtualBase,
1599 bool ForVirtualBase, bool Delegating) { in getImplicitConstructorArgs() argument
1622 bool ForVirtualBase, bool Delegating) { in getCXXDestructorImplicitParam() argument
1628 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
1648 if (ForVirtualBase && isa<CXXConstructorDecl>(CGF.CurCodeDecl)) { in EmitDestructorCall()
1653 getCXXDestructorImplicitParam(CGF, DD, Type, ForVirtualBase, in EmitDestructorCall()
H A DCodeGenFunction.h2846 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase,
2866 bool ForVirtualBase,
2874 bool ForVirtualBase, Address This,
2879 bool ForVirtualBase, bool Delegating,
2883 bool ForVirtualBase, bool Delegating,
2916 bool ForVirtualBase, bool Delegating, Address This,
H A DCGExprCXX.cpp636 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
651 ForVirtualBase = true; in EmitCXXConstructExpr()
659 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest, E); in EmitCXXConstructExpr()
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCodeGenABITypes.h92 bool ForVirtualBase, bool Delegating);