Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp426 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 …]
DCGCXXABI.h361 CXXCtorType Type, bool ForVirtualBase,
367 bool ForVirtualBase, bool Delegating,
DCodeGenFunction.h1941 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,
DItaniumCXXABI.cpp227 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()
DCGExprCXX.cpp484 bool ForVirtualBase = false; in EmitCXXConstructExpr() local
499 ForVirtualBase = true; in EmitCXXConstructExpr()
507 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, in EmitCXXConstructExpr()
DMicrosoftCXXABI.cpp249 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