Searched refs:GetVTTParameter (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGClass.cpp | 297 llvm::Value *CodeGenFunction::GetVTTParameter(GlobalDecl GD, in GetVTTParameter() function in CodeGenFunction 1878 if (llvm::Value *VTT = GetVTTParameter(GlobalDecl(Ctor, CtorType), in EmitDelegateCXXConstructorCall()
|
| HD | ItaniumCXXABI.cpp | 1286 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs() 1298 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
|
| HD | CodeGenFunction.h | 1741 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase,
|