Home
last modified time | relevance | path

Searched refs:GetVTTParameter (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGClass.cpp297 llvm::Value *CodeGenFunction::GetVTTParameter(GlobalDecl GD, in GetVTTParameter() function in CodeGenFunction
1878 if (llvm::Value *VTT = GetVTTParameter(GlobalDecl(Ctor, CtorType), in EmitDelegateCXXConstructorCall()
HDItaniumCXXABI.cpp1286 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs()
1298 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
HDCodeGenFunction.h1741 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase,