Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGClass.cpp433 bool ForVirtualBase, in GetVTTParameter() argument
455 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter()
459 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter()
2009 bool ForVirtualBase, in EmitCXXConstructorCall() argument
2052 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args, in EmitCXXConstructorCall()
2082 bool ForVirtualBase, in EmitCXXConstructorCall() argument
2121 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase, in EmitCXXConstructorCall()
2159 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() argument
2200 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall()
2391 bool ForVirtualBase, in EmitCXXDestructorCall() argument
[all …]
H A DCGCXXABI.h379 CXXCtorType Type, bool ForVirtualBase,
385 bool ForVirtualBase, bool Delegating,
H A DCodeGenFunction.h2471 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase,
2491 bool ForVirtualBase,
2499 bool ForVirtualBase, Address This,
2504 bool ForVirtualBase, bool Delegating,
2510 bool ForVirtualBase, bool Delegating,
2544 bool ForVirtualBase, bool Delegating,
H A DItaniumCXXABI.cpp241 CXXCtorType Type, bool ForVirtualBase,
245 CXXDtorType Type, bool ForVirtualBase,
1541 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument
1547 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs()
1555 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
1558 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
H A DCGExprCXX.cpp616 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
631 ForVirtualBase = true; in EmitCXXConstructExpr()
639 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, in EmitCXXConstructExpr()
H A DMicrosoftCXXABI.cpp258 CXXCtorType Type, bool ForVirtualBase,
262 CXXDtorType Type, bool ForVirtualBase,
1521 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument
1547 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
1567 if (ForVirtualBase && isa<CXXConstructorDecl>(CGF.CurCodeDecl)) { in EmitDestructorCall()