Searched refs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 426 bool ForVirtualBase, in GetVTTParameter() argument 448 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter() 452 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter() 2048 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2074 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args); in EmitCXXConstructorCall() 2103 bool ForVirtualBase, in EmitCXXConstructorCall() argument 2138 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase, in EmitCXXConstructorCall() 2146 *this, D, Type, ForVirtualBase, Delegating, Args); in EmitCXXConstructorCall() 2173 const CXXConstructorDecl *D, bool ForVirtualBase, Address This, in EmitInheritedCXXConstructorCall() argument 2215 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false, in EmitInheritedCXXConstructorCall() [all …]
|
D | CGCXXABI.h | 361 CXXCtorType Type, bool ForVirtualBase, 367 bool ForVirtualBase, bool Delegating,
|
D | CodeGenFunction.h | 1941 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, 1961 bool ForVirtualBase, 1969 bool ForVirtualBase, Address This, 1974 bool ForVirtualBase, bool Delegating, 1978 bool ForVirtualBase, bool Delegating, 2007 bool ForVirtualBase, bool Delegating,
|
D | ItaniumCXXABI.cpp | 227 CXXCtorType Type, bool ForVirtualBase, 232 CXXDtorType Type, bool ForVirtualBase, 1416 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1422 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs() 1431 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1434 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
|
D | CGExprCXX.cpp | 484 bool ForVirtualBase = false; in EmitCXXConstructExpr() local 499 ForVirtualBase = true; in EmitCXXConstructExpr() 507 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, in EmitCXXConstructExpr()
|
D | MicrosoftCXXABI.cpp | 249 CXXCtorType Type, bool ForVirtualBase, 254 CXXDtorType Type, bool ForVirtualBase, 1458 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1485 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
|