OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitCall
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp
104
static void
EmitCall
(MCStreamer &OutStreamer,
238
EmitCall
(*OutStreamer, Callee, STI);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
840
CGF.
EmitCall
(CGF.getTypes().arrangeBuiltinFunctionCall(Context.VoidTy, args),
1105
CGF.
EmitCall
(
1206
RValue RV =
EmitCall
(getTypes().arrangeBuiltinFunctionCall(
1325
CGF.
EmitCall
(
1363
CGF.
EmitCall
(
1493
EmitCall
(getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, args),
1505
EmitCall
(getTypes().arrangeBuiltinFunctionCall(getContext().VoidTy, args),
1865
EmitCall
(
CGExprCXX.cpp
89
return
EmitCall
(FnInfo, Callee, ReturnValue, Args, nullptr,
115
return
EmitCall
(CGM.getTypes().arrangeCXXStructorDeclaration(Dtor), Callee,
195
return
EmitCall
(getContext().getPointerType(MD->getType()), callee, CE,
474
return
EmitCall
(CGM.getTypes().arrangeCXXMethodCall(Args, FPT, required,
1314
CGF.
EmitCall
(CGF.CGM.getTypes().arrangeFreeFunctionCall(
CGExprAgg.cpp
255
const Expr *E, llvm::function_ref<RValue(ReturnValueSlot)>
EmitCall
) {
264
// Otherwise,
EmitCall
will emit its own, notice that it's "unused", and end
296
EmitCall
(ReturnValueSlot(RetAddr, Dest.isVolatile(), IsResultUnused,
CGCUDANV.cpp
398
CGF.
EmitCall
(FI, CGCallee::forDirect(cudaLaunchKernelFn), ReturnValueSlot(),
CGVTables.cpp
373
RValue RV =
EmitCall
(*CurFnInfo, CGCallee::forDirect(Callee, CurGD), Slot,
CodeGenFunction.h
3937
///
EmitCall
- Generate a call of the given function, expecting the given
3940
RValue
EmitCall
(const CGFunctionInfo &CallInfo, const CGCallee &Callee,
3944
RValue
EmitCall
(const CGFunctionInfo &CallInfo, const CGCallee &Callee,
3948
return
EmitCall
(CallInfo, Callee, ReturnValue, Args, callOrInvoke,
3951
RValue
EmitCall
(QualType FnType, const CGCallee &Callee, const CallExpr *E,
CGExpr.cpp
4868
return
EmitCall
(E->getCallee()->getType(), callee, E, ReturnValue);
4875
return
EmitCall
(E->getCallee()->getType(), Callee, E, ReturnValue);
5119
RValue CodeGenFunction::
EmitCall
(QualType CalleeType, const CGCallee &OrigCallee,
5303
RValue Call =
EmitCall
(FnInfo, Callee, ReturnValue, Args, &CallOrInvoke,
CGExprComplex.cpp
661
RValue Res = CGF.
EmitCall
(FuncInfo, Callee, ReturnValueSlot(), Args, &Call);
CGClass.cpp
2185
EmitCall
(Info, Callee, ReturnValueSlot(), Args, nullptr, false, Loc);
2894
RValue RV =
EmitCall
(calleeFnInfo, callee, returnSlot, callArgs);
CGAtomic.cpp
319
return CGF.
EmitCall
(fnInfo, callee, ReturnValueSlot(), args);
CGException.cpp
1743
CGF.
EmitCall
(FnInfo, Callee, ReturnValueSlot(), Args);
CGObjCGNU.cpp
2623
RValue msgRet = CGF.
EmitCall
(MSI.CallInfo, callee, Return, ActualArgs, &call);
2741
RValue msgRet = CGF.
EmitCall
(MSI.CallInfo, callee, Return, ActualArgs, &call);
CGBlocks.cpp
1242
return
EmitCall
(FnInfo, Callee, ReturnValue, Args);
CGDecl.cpp
606
CGF.
EmitCall
(FnInfo, Callee, ReturnValueSlot(), Args);
CGObjCMac.cpp
2280
RValue rvalue = CGF.
EmitCall
(MSI.CallInfo, Callee, Return, ActualArgs,
7399
RValue result = CGF.
EmitCall
(MSI.CallInfo, callee, returnSlot, args);
MicrosoftCXXABI.cpp
4066
CGF.
EmitCall
(CalleeInfo, Callee, ReturnValueSlot(), Args);
CGBuiltin.cpp
619
return CGF.
EmitCall
(E->getCallee()->getType(), callee, E, ReturnValueSlot());
1835
EmitCall
(FI, CGCallee::forDirect(F), ReturnValueSlot(), Args);
3825
return
EmitCall
(FuncInfo, CGCallee::forDirect(Func),
4337
return
EmitCall
(Call->getCallee()->getType(),
CGCall.cpp
3680
// for
EmitCall
.
4591
RValue CodeGenFunction::
EmitCall
(const CGFunctionInfo &CallInfo,
Completed in 64 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026