Home
last modified time | relevance | path

Searched refs:buildThisParam (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCXXABI.cpp121 void CGCXXABI::buildThisParam(CodeGenFunction &CGF, FunctionArgList &params) { in buildThisParam() function in CGCXXABI
H A DCGCXXABI.h387 void buildThisParam(CodeGenFunction &CGF, FunctionArgList &Params);
H A DCGVTables.cpp262 CGM.getCXXABI().buildThisParam(*this, FunctionArgs); in StartThunk()
H A DMicrosoftCXXABI.cpp2081 buildThisParam(CGF, FunctionArgs); in EmitVirtualMemPtrThunk()
4088 buildThisParam(CGF, FunctionArgs); in getAddrOfCXXCtorClosure()
H A DCodeGenFunction.cpp1284 CGM.getCXXABI().buildThisParam(*this, Args); in BuildFunctionArgList()