HomeSort by: relevance | last modified time | path
    Searched refs:getOrInsertFunction (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/tools/vfabi-demangle-fuzzer/
vfabi-demangler-fuzzer.cpp 28 // `getOrInsertFunction` because such method asserts on strings with
31 M->getOrInsertFunction(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 254 TsanFuncEntry = M.getOrInsertFunction("__tsan_func_entry", Attr,
257 M.getOrInsertFunction("__tsan_func_exit", Attr, IRB.getVoidTy());
258 TsanIgnoreBegin = M.getOrInsertFunction("__tsan_ignore_thread_begin", Attr,
261 M.getOrInsertFunction("__tsan_ignore_thread_end", Attr, IRB.getVoidTy());
269 TsanRead[i] = M.getOrInsertFunction(ReadName, Attr, IRB.getVoidTy(),
273 TsanWrite[i] = M.getOrInsertFunction(WriteName, Attr, IRB.getVoidTy(),
277 TsanUnalignedRead[i] = M.getOrInsertFunction(
281 TsanUnalignedWrite[i] = M.getOrInsertFunction(
285 TsanVolatileRead[i] = M.getOrInsertFunction(
289 TsanVolatileWrite[i] = M.getOrInsertFunction(
    [all...]
SanitizerCoverage.cpp 424 M.getOrInsertFunction(SanCovTracePCIndirName, VoidTy, IntptrTy);
434 M.getOrInsertFunction(SanCovTraceCmp1, SanCovTraceCmpZeroExtAL, VoidTy,
437 M.getOrInsertFunction(SanCovTraceCmp2, SanCovTraceCmpZeroExtAL, VoidTy,
440 M.getOrInsertFunction(SanCovTraceCmp4, SanCovTraceCmpZeroExtAL, VoidTy,
443 M.getOrInsertFunction(SanCovTraceCmp8, VoidTy, Int64Ty, Int64Ty);
445 SanCovTraceConstCmpFunction[0] = M.getOrInsertFunction(
447 SanCovTraceConstCmpFunction[1] = M.getOrInsertFunction(
449 SanCovTraceConstCmpFunction[2] = M.getOrInsertFunction(
452 M.getOrInsertFunction(SanCovTraceConstCmp8, VoidTy, Int64Ty, Int64Ty);
458 M.getOrInsertFunction(SanCovTraceDiv4, AL, VoidTy, IRB.getInt32Ty())
    [all...]
MemProfiler.cpp 539 M.getOrInsertFunction(ClMemoryAccessCallbackPrefix + TypeStr + "N",
543 M.getOrInsertFunction(ClMemoryAccessCallbackPrefix + TypeStr,
546 MemProfMemmove = M.getOrInsertFunction(
549 MemProfMemcpy = M.getOrInsertFunction(ClMemoryAccessCallbackPrefix + "memcpy",
552 MemProfMemset = M.getOrInsertFunction(ClMemoryAccessCallbackPrefix + "memset",
AddressSanitizer.cpp 2065 M.getOrInsertFunction(kAsanPoisonGlobalsName, IRB.getVoidTy(), IntptrTy);
2067 M.getOrInsertFunction(kAsanUnpoisonGlobalsName, IRB.getVoidTy());
2070 AsanRegisterGlobals = M.getOrInsertFunction(
2072 AsanUnregisterGlobals = M.getOrInsertFunction(
2077 AsanRegisterImageGlobals = M.getOrInsertFunction(
2079 AsanUnregisterImageGlobals = M.getOrInsertFunction(
2083 M.getOrInsertFunction(kAsanRegisterElfGlobalsName, IRB.getVoidTy(),
2086 M.getOrInsertFunction(kAsanUnregisterElfGlobalsName, IRB.getVoidTy(),
2648 AsanErrorCallbackSized[AccessIsWrite][Exp] = M.getOrInsertFunction(
2652 AsanMemoryAccessCallbackSized[AccessIsWrite][Exp] = M.getOrInsertFunction(
    [all...]
HWAddressSanitizer.cpp 566 HwasanMemoryAccessCallbackSized[AccessIsWrite] = M.getOrInsertFunction(
573 M.getOrInsertFunction(
580 HwasanTagMemoryFunc = M.getOrInsertFunction(
583 M.getOrInsertFunction("__hwasan_generate_tag", Int8Ty);
590 HWAsanMemmove = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memmove",
593 HWAsanMemcpy = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memcpy",
596 HWAsanMemset = M.getOrInsertFunction(MemIntrinCallbackPrefix + "memset",
601 M.getOrInsertFunction("__hwasan_handle_vfork", IRB.getVoidTy(), IntptrTy);
1493 FunctionCallee HwasanPersonalityWrapper = M.getOrInsertFunction(
1496 FunctionCallee UnwindGetGR = M.getOrInsertFunction("_Unwind_GetGR", VoidTy)
    [all...]
GCOVProfiling.cpp 712 FunctionCallee GCOVFork = M->getOrInsertFunction("__gcov_fork", FTy);
739 M->getOrInsertFunction("llvm_writeout_files", FTy);
746 FunctionCallee ResetF = M->getOrInsertFunction("llvm_reset_counters", FTy);
1059 FunctionCallee GCOVInit = M->getOrInsertFunction("llvm_gcov_init", FTy);
1076 FunctionCallee Res = M->getOrInsertFunction("llvm_gcda_start_file", FTy, AL);
1093 return M->getOrInsertFunction("llvm_gcda_emit_function", FTy);
1105 return M->getOrInsertFunction("llvm_gcda_emit_arcs", FTy, AL);
1110 return M->getOrInsertFunction("llvm_gcda_summary_info", FTy);
1115 return M->getOrInsertFunction("llvm_gcda_end_file", FTy);
DataFlowSanitizer.cpp 1247 FunctionCallee C = Mod->getOrInsertFunction(FName, FTT);
1311 Mod->getOrInsertFunction("__dfsan_union", DFSanUnionFnTy, AL);
1324 Mod->getOrInsertFunction("dfsan_union", DFSanUnionFnTy, AL);
1335 Mod->getOrInsertFunction("__dfsan_union_load", DFSanUnionLoadFnTy, AL);
1345 DFSanUnionLoadFastLabelsFn = Mod->getOrInsertFunction(
1356 DFSanLoadLabelAndOriginFn = Mod->getOrInsertFunction(
1360 Mod->getOrInsertFunction("__dfsan_unimplemented", DFSanUnimplementedFnTy);
1366 Mod->getOrInsertFunction("__dfsan_set_label", DFSanSetLabelFnTy, AL);
1369 Mod->getOrInsertFunction("__dfsan_nonzero_label", DFSanNonzeroLabelFnTy);
1370 DFSanVarargWrapperFn = Mod->getOrInsertFunction("__dfsan_vararg_wrapper"
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CallGraphUpdater.cpp 42 CallGraphNode *DeadCGN = CG->getOrInsertFunction(DeadFn);
89 CallGraphNode *OldCGN = CG->getOrInsertFunction(&Fn);
129 CallGraphNode *NewCGN = CG->getOrInsertFunction(&NewFn);
150 CG->getOrInsertFunction(NewCS.getCalledFunction());
EntryExitInstrumenter.cpp 37 FunctionCallee Fn = M.getOrInsertFunction(Func, Type::getVoidTy(C));
46 FunctionCallee Fn = M.getOrInsertFunction(
SanitizerStats.cpp 60 M->getOrInsertFunction("__sanitizer_stat_report", StatReportTy);
101 M->getOrInsertFunction("__sanitizer_stat_init", StatInitTy);
EscapeEnumerator.cpp 26 return M->getOrInsertFunction(getEHPersonalityName(Pers),
AMDGPUEmitPrintf.cpp 65 auto Fn = M->getOrInsertFunction("__ockl_printf_begin", Int64Ty, Int64Ty);
76 auto Fn = M->getOrInsertFunction("__ockl_printf_append_args", Int64Ty,
168 auto Fn = M->getOrInsertFunction("__ockl_printf_append_string_n", Int64Ty,
ModuleUtils.cpp 118 return M.getOrInsertFunction(
147 FunctionCallee VersionCheckFunction = M.getOrInsertFunction(
191 cast<Function>(M.getOrInsertFunction(Name, AttributeList(),
BuildLibCalls.cpp 1230 FunctionCallee Callee = M->getOrInsertFunction(FuncName, FuncType);
1308 FunctionCallee MemCpy = M->getOrInsertFunction(
1450 M->getOrInsertFunction(Name, Op->getType(), Op->getType());
1492 FunctionCallee Callee = M->getOrInsertFunction(Name, Op1->getType(),
1542 M->getOrInsertFunction(PutCharName, B.getInt32Ty(), B.getInt32Ty());
1565 M->getOrInsertFunction(PutsName, B.getInt32Ty(), B.getInt8PtrTy());
1581 FunctionCallee F = M->getOrInsertFunction(FPutcName, B.getInt32Ty(),
1602 FunctionCallee F = M->getOrInsertFunction(FPutsName, B.getInt32Ty(),
1622 FunctionCallee F = M->getOrInsertFunction(
1646 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CallGraph.cpp 34 : M(M), ExternalCallingNode(getOrInsertFunction(nullptr)),
78 CallGraphNode *Node = getOrInsertFunction(F);
110 Node->addCalledFunction(Call, getOrInsertFunction(Callee));
114 Node->addCalledFunction(nullptr, getOrInsertFunction(CB));
172 // getOrInsertFunction - This method is identical to calling operator[], but
175 CallGraphNode *CallGraph::getOrInsertFunction(const Function *F) {
224 removeOneAbstractEdgeTo(CG->getOrInsertFunction(CB));
277 OldCBs.push_back(CG->getOrInsertFunction(CB));
280 NewCBs.push_back(CG->getOrInsertFunction(CB));
CallGraphSCCPass.cpp 323 CGN->addCalledFunction(nullptr, CG.getOrInsertFunction(CB));
357 CalleeNode = CG.getOrInsertFunction(Callee);
381 CalleeNode = CG.getOrInsertFunction(Callee);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Module.h 362 FunctionCallee getOrInsertFunction(StringRef Name, FunctionType *T,
365 FunctionCallee getOrInsertFunction(StringRef Name, FunctionType *T);
374 FunctionCallee getOrInsertFunction(StringRef Name,
378 return getOrInsertFunction(Name,
385 FunctionCallee getOrInsertFunction(StringRef Name, Type *RetTy,
387 return getOrInsertFunction(Name, AttributeList{}, RetTy, Args...);
393 getOrInsertFunction(StringRef Name, AttributeList AttributeList,
  /src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainF.cpp 76 module->getOrInsertFunction("getchar", IntegerType::getInt32Ty(C));
79 putchar_func = module->getOrInsertFunction(
154 FunctionCallee puts_func = module->getOrInsertFunction(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 105 FunctionCallee C = M.getOrInsertFunction(
133 M.getOrInsertFunction("__cfi_check_fail", Type::getVoidTy(Ctx),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CallGraph.h 153 CallGraphNode *getOrInsertFunction(const Function *F);
397 CallGraphNode *getOrInsertFunction(const Function *F) {
398 return G->getOrInsertFunction(F);
  /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 258 M.getOrInsertFunction("__tgt_register_lib", RegFuncTy);
284 M.getOrInsertFunction("__tgt_unregister_lib", UnRegFuncTy);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Module.cpp 138 // getOrInsertFunction - Look up the specified function in the module symbol
143 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty,
167 FunctionCallee Module::getOrInsertFunction(StringRef Name, FunctionType *Ty) {
168 return getOrInsertFunction(Name, Ty, AttributeList());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackProtector.cpp 579 FunctionCallee StackChkFail = M->getOrInsertFunction(
586 M->getOrInsertFunction("__stack_chk_fail", Type::getVoidTy(Context));

Completed in 35 milliseconds

1 2 3