Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp128 void CGCXXABI::buildThisParam(CodeGenFunction &CGF, FunctionArgList &params) { in buildThisParam() function in CGCXXABI
H A DCGCXXABI.h401 void buildThisParam(CodeGenFunction &CGF, FunctionArgList &Params);
H A DCGVTables.cpp270 CGM.getCXXABI().buildThisParam(*this, FunctionArgs); in StartThunk()
H A DMicrosoftCXXABI.cpp2115 buildThisParam(CGF, FunctionArgs); in EmitVirtualMemPtrThunk()
4103 buildThisParam(CGF, FunctionArgs); in getAddrOfCXXCtorClosure()
H A DCodeGenFunction.cpp1390 CGM.getCXXABI().buildThisParam(*this, Args); in BuildFunctionArgList()