Searched refs:ForVirtualBase (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCXXABI.h | 322 CXXCtorType Type, bool ForVirtualBase, 328 bool ForVirtualBase, bool Delegating,
|
| H A D | CGClass.cpp | 300 bool ForVirtualBase, in GetVTTParameter() argument 322 assert(!ForVirtualBase && "Can't have same class as virtual base!"); in GetVTTParameter() 326 CharUnits BaseOffset = ForVirtualBase ? in GetVTTParameter() 1733 bool ForVirtualBase, in EmitCXXConstructorCall() argument 1774 *this, D, Type, ForVirtualBase, Delegating, Args); in EmitCXXConstructorCall() 1909 bool ForVirtualBase, in EmitCXXDestructorCall() argument 1912 CGM.getCXXABI().EmitDestructorCall(*this, DD, Type, ForVirtualBase, in EmitCXXDestructorCall()
|
| H A D | ItaniumCXXABI.cpp | 166 CXXCtorType Type, bool ForVirtualBase, 171 CXXDtorType Type, bool ForVirtualBase, 1209 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1215 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs() 1224 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument 1227 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
|
| H A D | CGExprCXX.cpp | 430 bool ForVirtualBase = false; in EmitCXXConstructExpr() local 445 ForVirtualBase = true; in EmitCXXConstructExpr() 453 EmitCXXConstructorCall(CD, Type, ForVirtualBase, Delegating, Dest.getAddr(), in EmitCXXConstructExpr()
|
| H A D | CodeGenFunction.h | 1686 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase, 1700 bool ForVirtualBase, bool Delegating, 1722 bool ForVirtualBase, bool Delegating,
|
| H A D | MicrosoftCXXABI.cpp | 190 CXXCtorType Type, bool ForVirtualBase, 195 CXXDtorType Type, bool ForVirtualBase, 1206 bool ForVirtualBase, bool Delegating, CallArgList &Args) { in addImplicitConstructorArgs() argument 1231 CXXDtorType Type, bool ForVirtualBase, in EmitDestructorCall() argument
|