| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenCXXExpr.cpp | 189 return emitCall(fnInfo, callee, returnValue, args, nullptr, loc); in emitCXXMemberOrOperatorCall() 260 cgf.emitCall(cgf.cgm.getTypes().arrangeFreeFunctionCall(args, calleeType), in emitNewDeleteCall()
|
| H A D | CIRGenFunction.h | 788 RValue emitCall(const CIRGenFunctionInfo &funcInfo, 792 RValue emitCall(const CIRGenFunctionInfo &funcInfo, 797 return emitCall(funcInfo, callee, returnValue, args, callOrTryCall, 801 RValue emitCall(clang::QualType calleeTy, const CIRGenCallee &callee,
|
| H A D | CIRGenBuiltin.cpp | 34 return cgf.emitCall(e->getCallee()->getType(), callee, e, ReturnValueSlot()); in emitLibraryCall()
|
| H A D | CIRGenClass.cpp | 505 emitCall(info, callee, ReturnValueSlot(), args, &c, getLoc(loc)); in emitCXXConstructorCall()
|
| H A D | CIRGenExpr.cpp | 1208 RValue CIRGenFunction::emitCall(clang::QualType calleeTy, in emitCall() function in CIRGenFunction 1242 RValue callResult = emitCall(funcInfo, callee, returnValue, args, &callOp, in emitCall() 1332 return emitCall(e->getCallee()->getType(), callee, e, returnValue); in emitCallExpr()
|
| H A D | CIRGenCall.cpp | 480 RValue CIRGenFunction::emitCall(const CIRGenFunctionInfo &funcInfo, in emitCall() function in CIRGenFunction
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 3181 if (!this->emitCall(Func, 0, E)) { in VisitCXXConstructExpr() 3221 if (!this->emitCall(Func, 0, E)) in VisitCXXConstructExpr() 3432 return this->emitCall(F, 0, E); in VisitCXXInheritedCtorInitExpr() 3643 if (!this->emitCall(CtorFunc, 0, E)) in VisitCXXNewExpr() 5117 if (!this->emitCall(Func, 0, E)) in VisitCallExpr() 5827 if (!this->emitCall(Func, 0, LambdaCallOp)) in emitLambdaStaticInvokerBody() 6935 return this->emitCall(DtorFunc, 0, Loc); in emitRecordDestruction()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 351 void emitCall(CodeGenFunction &CGF, SourceLocation Loc,
|
| H A D | CGOpenMPRuntime.cpp | 11325 void CGOpenMPRuntime::emitCall(CodeGenFunction &CGF, SourceLocation Loc, in emitCall() function in CGOpenMPRuntime 11343 emitCall(CGF, Loc, OutlinedFn, Args); in emitOutlinedFunctionCall()
|