| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/ |
| H A D | tsan_trace_test.cpp | 203 FuncEntry(thr, 0x1000); in TRACE_TEST() 204 FuncEntry(thr, 0x2000); in TRACE_TEST() 211 FuncEntry(thr, 0x3000); in TRACE_TEST() 217 FuncEntry(thr, 0x4000); in TRACE_TEST() 249 FuncEntry(thr, 0x1000); in TRACE_TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_external.cpp | 50 FuncEntry(thr, (uptr)®istered_tags[tag]); in InsertShadowStackFrameForTag() 66 if (caller_pc) FuncEntry(thr, caller_pc); in ExternalAccess()
|
| H A D | tsan_interface.inc | 160 void __tsan_func_entry(void *pc) { FuncEntry(cur_thread(), STRIP_PAC_PC(pc)); }
|
| H A D | tsan_rtl.h | 529 void FuncEntry(ThreadState *thr, uptr pc); 754 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
| H A D | tsan_interface_ann.cpp | 34 FuncEntry(thr_, pc); in ScopedAnnotation()
|
| H A D | tsan_interface_atomic.cpp | 847 FuncEntry(thr, cpc); \ 856 FuncEntry(thr, cpc); \
|
| H A D | tsan_interceptors_posix.cpp | 251 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor() 388 FuncEntry(thr, ctx->pc); in at_exit_callback_installed_at() 398 FuncEntry(thr, ctx->pc); in cxa_at_exit_callback_installed_at() 464 FuncEntry(thr, ctx->pc); in on_exit_callback_installed_at()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_external.cpp | 50 FuncEntry(thr, (uptr)®istered_tags[tag]); in InsertShadowStackFrameForTag() 66 if (caller_pc) FuncEntry(thr, caller_pc); in ExternalAccess()
|
| H A D | tsan_interface.inc | 168 void __tsan_func_entry(void *pc) { FuncEntry(cur_thread(), STRIP_PAC_PC(pc)); }
|
| H A D | tsan_interface_ann.cpp | 34 FuncEntry(thr_, pc); in ScopedAnnotation()
|
| H A D | tsan_interface_atomic.cpp | 852 FuncEntry(thr, cpc); \ 861 FuncEntry(thr, cpc); \
|
| H A D | tsan_interceptors_posix.cpp | 251 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor() 393 FuncEntry(thr, ctx->pc); in at_exit_callback_installed_at() 403 FuncEntry(thr, ctx->pc); in cxa_at_exit_callback_installed_at() 469 FuncEntry(thr, ctx->pc); in on_exit_callback_installed_at()
|
| H A D | tsan_rtl.h | 769 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
| H A D | tsan_rtl_access.cpp | 97 FuncEntry(thr, pc); in TraceRestartFuncEntry()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 175 FuncEntry(thr, callpc); in __tsan_read_pc() 187 FuncEntry(thr, callpc); in __tsan_write_pc() 202 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 948 for (auto FuncEntry : FuncOffsetTable) { in readImpl() local 949 OffsetsToUse.push_back(FuncEntry.second); in readImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1128 auto *FuncEntry = &*F.begin(); in setInstrumentedCounts() local 1138 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts()
|