OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionCallee
(Results
1 - 25
of
88
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h
25
class
FunctionCallee
;
42
FunctionCallee
declareSanitizerInitFunction(Module &M, StringRef InitName,
53
std::pair<Function *,
FunctionCallee
> createSanitizerCtorAndInitFunctions(
65
std::pair<Function *,
FunctionCallee
> getOrCreateSanitizerCtorAndInitFunctions(
68
function_ref<void(Function *,
FunctionCallee
)> FunctionsCreatedCallback,
/src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainF.h
82
FunctionCallee
getchar_func;
83
FunctionCallee
putchar_func;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.h
100
llvm::
FunctionCallee
beginCatchFn,
101
llvm::
FunctionCallee
endCatchFn,
102
llvm::
FunctionCallee
exceptionRethrowFn);
113
llvm::
FunctionCallee
syncEnterFn,
114
llvm::
FunctionCallee
syncExitFn);
249
virtual llvm::
FunctionCallee
GetPropertyGetFunction() = 0;
252
virtual llvm::
FunctionCallee
GetPropertySetFunction() = 0;
255
virtual llvm::
FunctionCallee
GetOptimizedPropertySetFunction(bool atomic,
259
virtual llvm::
FunctionCallee
GetGetStructFunction() = 0;
261
virtual llvm::
FunctionCallee
GetSetStructFunction() = 0
[
all
...]
CGObjCRuntime.cpp
129
CallObjCEndCatch(bool MightThrow, llvm::
FunctionCallee
Fn)
132
llvm::
FunctionCallee
Fn;
145
llvm::
FunctionCallee
beginCatchFn,
146
llvm::
FunctionCallee
endCatchFn,
147
llvm::
FunctionCallee
exceptionRethrowFn) {
314
llvm::
FunctionCallee
SyncExitFn;
316
CallSyncExit(llvm::
FunctionCallee
SyncExitFn, llvm::Value *SyncArg)
327
llvm::
FunctionCallee
syncEnterFn,
328
llvm::
FunctionCallee
syncExitFn) {
CodeGenModule.h
126
llvm::
FunctionCallee
objc_alloc;
129
llvm::
FunctionCallee
objc_allocWithZone;
132
llvm::
FunctionCallee
objc_alloc_init;
135
llvm::
FunctionCallee
objc_autoreleasePoolPop;
139
llvm::
FunctionCallee
objc_autoreleasePoolPopInvoke;
149
llvm::
FunctionCallee
objc_autoreleaseRuntimeFunction;
177
llvm::
FunctionCallee
objc_retainRuntimeFunction;
196
llvm::
FunctionCallee
objc_releaseRuntimeFunction;
547
llvm::
FunctionCallee
BlockObjectAssign = nullptr;
548
llvm::
FunctionCallee
BlockObjectDispose = nullptr
[
all
...]
CGCUDANV.cpp
73
llvm::
FunctionCallee
getSetupArgumentFn() const;
74
llvm::
FunctionCallee
getLaunchFn() const;
220
llvm::
FunctionCallee
CGNVCUDARuntime::getSetupArgumentFn() const {
228
llvm::
FunctionCallee
CGNVCUDARuntime::getLaunchFn() const {
361
llvm::
FunctionCallee
cudaPopConfigFn = CGM.CreateRuntimeFunction(
396
llvm::
FunctionCallee
cudaLaunchKernelFn =
408
llvm::
FunctionCallee
cudaSetupArgFn = getSetupArgumentFn();
430
llvm::
FunctionCallee
cudaLaunchFn = getLaunchFn();
512
llvm::
FunctionCallee
RegisterFunc = CGM.CreateRuntimeFunction(
549
llvm::
FunctionCallee
RegisterVar = CGM.CreateRuntimeFunction
[
all
...]
CGObjCMac.cpp
65
llvm::
FunctionCallee
getMessageSendFn() const {
81
llvm::
FunctionCallee
getMessageSendStretFn() const {
93
llvm::
FunctionCallee
getMessageSendFpretFn() const {
105
llvm::
FunctionCallee
getMessageSendFp2retFn() const {
121
llvm::
FunctionCallee
getMessageSendSuperFn() const {
132
llvm::
FunctionCallee
getMessageSendSuperFn2() const {
143
llvm::
FunctionCallee
getMessageSendSuperStretFn() const {
154
llvm::
FunctionCallee
getMessageSendSuperStretFn2() const {
161
llvm::
FunctionCallee
getMessageSendSuperFpretFn() const {
166
llvm::
FunctionCallee
getMessageSendSuperFpretFn2() const
[
all
...]
CGException.cpp
33
static llvm::
FunctionCallee
getFreeExceptionFn(CodeGenModule &CGM) {
42
static llvm::
FunctionCallee
getSehTryBeginFn(CodeGenModule &CGM) {
48
static llvm::
FunctionCallee
getSehTryEndFn(CodeGenModule &CGM) {
54
static llvm::
FunctionCallee
getUnexpectedFn(CodeGenModule &CGM) {
63
llvm::
FunctionCallee
CodeGenModule::getTerminateFn() {
89
static llvm::
FunctionCallee
getCatchallRethrowFn(CodeGenModule &CGM,
256
static llvm::
FunctionCallee
getPersonalityFn(CodeGenModule &CGM,
265
llvm::
FunctionCallee
Fn = getPersonalityFn(CGM, Personality);
362
llvm::
FunctionCallee
CXXFn = getPersonalityFn(*this, CXX);
1317
llvm::
FunctionCallee
EndCatchFn
[
all
...]
CGOpenMPRuntimeGPU.h
338
llvm::
FunctionCallee
createNVPTXRuntimeFunction(unsigned Function);
357
CodeGenFunction &CGF, SourceLocation Loc, llvm::
FunctionCallee
OutlinedFn,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
148
FunctionCallee
TsanFuncEntry;
149
FunctionCallee
TsanFuncExit;
150
FunctionCallee
TsanIgnoreBegin;
151
FunctionCallee
TsanIgnoreEnd;
154
FunctionCallee
TsanRead[kNumberOfAccessSizes];
155
FunctionCallee
TsanWrite[kNumberOfAccessSizes];
156
FunctionCallee
TsanUnalignedRead[kNumberOfAccessSizes];
157
FunctionCallee
TsanUnalignedWrite[kNumberOfAccessSizes];
158
FunctionCallee
TsanVolatileRead[kNumberOfAccessSizes];
159
FunctionCallee
TsanVolatileWrite[kNumberOfAccessSizes]
[
all
...]
GCOVProfiling.cpp
138
FunctionCallee
getStartFileFunc(const TargetLibraryInfo *TLI);
139
FunctionCallee
getEmitFunctionFunc(const TargetLibraryInfo *TLI);
140
FunctionCallee
getEmitArcsFunc(const TargetLibraryInfo *TLI);
141
FunctionCallee
getSummaryInfoFunc();
142
FunctionCallee
getEndFileFunc();
712
FunctionCallee
GCOVFork = M->getOrInsertFunction("__gcov_fork", FTy);
738
FunctionCallee
WriteoutF =
746
FunctionCallee
ResetF = M->getOrInsertFunction("llvm_reset_counters", FTy);
1059
FunctionCallee
GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy);
1066
FunctionCallee
GCOVProfiler::getStartFileFunc(const TargetLibraryInfo *TLI)
[
all
...]
MemProfiler.cpp
194
FunctionCallee
MemProfMemoryAccessCallback[2];
195
FunctionCallee
MemProfMemoryAccessCallbackSized[2];
197
FunctionCallee
MemProfMemmove, MemProfMemcpy, MemProfMemset;
566
FunctionCallee
MemProfInitFunction =
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
EscapeEnumerator.cpp
22
static
FunctionCallee
getDefaultPersonalityFn(Module *M) {
75
FunctionCallee
PersFn = getDefaultPersonalityFn(F.getParent());
ModuleUtils.cpp
114
FunctionCallee
134
std::pair<Function *,
FunctionCallee
> llvm::createSanitizerCtorAndInitFunctions(
141
FunctionCallee
InitFunction =
147
FunctionCallee
VersionCheckFunction = M.getOrInsertFunction(
155
std::pair<Function *,
FunctionCallee
>
159
function_ref<void(Function *,
FunctionCallee
)> FunctionsCreatedCallback,
171
FunctionCallee
InitFunction;
EntryExitInstrumenter.cpp
37
FunctionCallee
Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C));
46
FunctionCallee
Fn = M.getOrInsertFunction(
SanitizerStats.cpp
59
FunctionCallee
StatReport =
100
FunctionCallee
StatInit =
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
DwarfEHPrepare.cpp
52
FunctionCallee
&RewindFunction;
75
DwarfEHPrepare(CodeGenOpt::Level OptLevel_,
FunctionCallee
&RewindFunction_,
258
FunctionCallee
&RewindFunction, Function &F,
272
FunctionCallee
RewindFunction = nullptr;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibCalls.cpp
58
FunctionCallee
getFunction(Module *M, const FuncInfo &fInfo);
128
FunctionCallee
getNativeFunction(Module *M, const FuncInfo &FInfo);
205
static CallInst *CreateCallEx(IRB &B,
FunctionCallee
Callee, Value *Arg,
214
static CallInst *CreateCallEx2(IRB &B,
FunctionCallee
Callee, Value *Arg1,
460
FunctionCallee
AMDGPULibCalls::getFunction(Module *M, const FuncInfo &fInfo) {
506
FunctionCallee
sinExpr = getFunction(M, nf);
510
FunctionCallee
cosExpr = getFunction(M, nf);
542
FunctionCallee
F = getFunction(aCI->getModule(), FInfo);
600
FunctionCallee
F = AMDGPULibFunc::getOrInsertFunction(M, NewLibFunc);
789
if (
FunctionCallee
FPExpr = getFunction(M, nf))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARC.cpp
47
FunctionCallee
Func, ArrayRef<Value *> Args, const Twine &NameStr,
ObjCARC.h
102
FunctionCallee
Func, ArrayRef<Value *> Args, const Twine &NameStr,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp
105
FunctionCallee
C = M.getOrInsertFunction(
132
FunctionCallee
CFICheckFailFn =
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DerivedTypes.h
164
class
FunctionCallee
{
169
FunctionCallee
(T *Fn)
172
FunctionCallee
(FunctionType *FnTy, Value *Callee)
177
FunctionCallee
(std::nullptr_t) {}
179
FunctionCallee
() = default;
Module.h
359
/// In all cases, the returned value is a
FunctionCallee
wrapper around the
362
FunctionCallee
getOrInsertFunction(StringRef Name, FunctionType *T,
365
FunctionCallee
getOrInsertFunction(StringRef Name, FunctionType *T);
374
FunctionCallee
getOrInsertFunction(StringRef Name,
385
FunctionCallee
getOrInsertFunction(StringRef Name, Type *RetTy,
392
FunctionCallee
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCLowerMASSVEntries.cpp
142
FunctionCallee
FCache = M.getOrInsertFunction(
/src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
ClangOffloadWrapper.cpp
257
FunctionCallee
RegFuncC =
283
FunctionCallee
UnRegFuncC =
Completed in 61 milliseconds
1
2
3
4
Indexes created Mon Jun 22 00:25:11 UTC 2026