Searched refs:arrangeFreeFunctionCall (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenABITypes.h | 84 const CGFunctionInfo &arrangeFreeFunctionCall( 92 arrangeFreeFunctionCall(CodeGenModule &CGM, CanQualType returnType, in arrangeFreeFunctionCall() function 95 return arrangeFreeFunctionCall(CGM, returnType, argTypes, info, {}, args); in arrangeFreeFunctionCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenABITypes.cpp | 70 const CGFunctionInfo &CodeGen::arrangeFreeFunctionCall( in arrangeFreeFunctionCall() function in CodeGen
|
| H A D | CodeGenTypes.h | 211 const CGFunctionInfo &arrangeFreeFunctionCall(const CallArgList &Args,
|
| H A D | CGExprComplex.cpp | 785 const CGFunctionInfo &FuncInfo = CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitComplexBinOpLibCall()
|
| H A D | CGExprCXX.cpp | 1344 CGF.EmitCall(CGF.CGM.getTypes().arrangeFreeFunctionCall( in EmitNewDeleteCall()
|
| H A D | CodeGenFunction.cpp | 1620 const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeFreeFunctionCall( in GenerateCode()
|
| H A D | CGCall.cpp | 699 const CGFunctionInfo &CodeGenTypes::arrangeFreeFunctionCall( in arrangeFreeFunctionCall() function in CodeGenTypes
|
| H A D | CGExpr.cpp | 6467 const CGFunctionInfo &FnInfo = CGM.getTypes().arrangeFreeFunctionCall( in EmitCall()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenTypes.h | 188 const CIRGenFunctionInfo &arrangeFreeFunctionCall(const CallArgList &args,
|
| H A D | CIRGenCXXExpr.cpp | 260 cgf.emitCall(cgf.cgm.getTypes().arrangeFreeFunctionCall(args, calleeType), in emitNewDeleteCall()
|
| H A D | CIRGenCall.cpp | 367 CIRGenTypes::arrangeFreeFunctionCall(const CallArgList &args, in arrangeFreeFunctionCall() function in CIRGenTypes
|
| H A D | CIRGenExpr.cpp | 1234 cgm.getTypes().arrangeFreeFunctionCall(args, fnType); in emitCall()
|