Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXABI.cpp25 void CIRGenCXXABI::buildThisParam(CIRGenFunction &cgf, in buildThisParam() function in CIRGenCXXABI
H A DCIRGenCXXABI.h67 void buildThisParam(CIRGenFunction &cgf, FunctionArgList &params);
H A DCIRGenFunction.cpp665 cgm.getCXXABI().buildThisParam(*this, args); in buildFunctionArgList()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp126 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.cpp2107 buildThisParam(CGF, FunctionArgs); in EmitVirtualMemPtrThunk()
4096 buildThisParam(CGF, FunctionArgs); in getAddrOfCXXCtorClosure()
H A DCodeGenFunction.cpp1434 CGM.getCXXABI().buildThisParam(*this, Args); in BuildFunctionArgList()