Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGClass.cpp424 llvm::Value *CodeGenFunction::GetVTTParameter(GlobalDecl GD, in GetVTTParameter() function in CodeGenFunction
2199 if (llvm::Value *VTT = GetVTTParameter(GlobalDecl(Ctor, CtorType), in EmitDelegateCXXConstructorCall()
DItaniumCXXABI.cpp1429 CGF.GetVTTParameter(GlobalDecl(D, Type), ForVirtualBase, Delegating); in addImplicitConstructorArgs()
1441 llvm::Value *VTT = CGF.GetVTTParameter(GD, ForVirtualBase, Delegating); in EmitDestructorCall()
DCodeGenFunction.h1834 llvm::Value *GetVTTParameter(GlobalDecl GD, bool ForVirtualBase,