Searched refs:FuncEntry (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_external.cpp | 47 FuncEntry(thr, (uptr)®istered_tags[tag]); in InsertShadowStackFrameForTag() 64 if (caller_pc) FuncEntry(thr, caller_pc); in ExternalAccess()
|
| H A D | tsan_interface_inl.h | 104 FuncEntry(cur_thread(), STRIP_PAC_PC(pc)); in __tsan_func_entry()
|
| H A D | tsan_interface_atomic.cpp | 506 FuncEntry(thr_, pc); in ScopedAtomic() 876 FuncEntry(thr, cpc); \ 886 FuncEntry(thr, cpc); \
|
| H A D | tsan_interface_java.cpp | 42 FuncEntry(thr, pc); in ScopedJavaFunc()
|
| H A D | tsan_interface_ann.cpp | 34 FuncEntry(thr_, pc); in ScopedAnnotation()
|
| H A D | tsan_rtl.h | 745 void FuncEntry(ThreadState *thr, uptr pc);
|
| H A D | tsan_rtl.cpp | 1037 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
| H A D | tsan_interceptors_posix.cpp | 254 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/ |
| H A D | tsan_go.cpp | 178 FuncEntry(thr, callpc); in __tsan_read_pc() 190 FuncEntry(thr, callpc); in __tsan_write_pc() 205 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 891 for (auto FuncEntry : FuncOffsetTable) { in readImpl() local 892 OffsetsToUse.push_back(FuncEntry.second); in readImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 1181 auto *FuncEntry = &*F.begin(); in setInstrumentedCounts() local 1191 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts()
|