OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitRuntimeCallOrInvoke
(Results
1 - 11
of
11
) sorted by null
/external/clang/lib/CodeGen/
CGCUDANV.cpp
107
llvm::CallSite CS = CGF.
EmitRuntimeCallOrInvoke
(cudaSetupArgFn, Args);
117
CGF.
EmitRuntimeCallOrInvoke
(cudaLaunchFn, Arg);
CGException.cpp
871
CGF.
EmitRuntimeCallOrInvoke
(getEndCatchFn(CGF.CGM));
[
all
...]
CGObjCRuntime.cpp
167
CGF.
EmitRuntimeCallOrInvoke
(Fn);
CGObjCGNU.cpp
594
llvm::CallSite imp = CGF.
EmitRuntimeCallOrInvoke
(MsgLookupFn, args);
[
all
...]
CodeGenFunction.h
[
all
...]
CGCall.cpp
[
all
...]
ItaniumCXXABI.cpp
[
all
...]
MicrosoftCXXABI.cpp
661
return CGF.
EmitRuntimeCallOrInvoke
(Fn, Args);
715
Value = CGF.
EmitRuntimeCallOrInvoke
(Function, Args).getInstruction();
[
all
...]
CGBlocks.cpp
[
all
...]
CGObjCMac.cpp
[
all
...]
CGObjC.cpp
[
all
...]
Completed in 429 milliseconds