| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| 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 | 533 void FuncEntry(ThreadState *thr, uptr pc); 755 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 | 249 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/ |
| H A D | tsan_go.cc | 168 FuncEntry(thr, callpc); in __tsan_read_pc() 180 FuncEntry(thr, callpc); in __tsan_write_pc() 195 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_external.cc | 45 FuncEntry(thr, (uptr)®istered_tags[tag]); in InsertShadowStackFrameForTag() 62 if (caller_pc) FuncEntry(thr, (uptr)caller_pc); in ExternalAccess()
|
| H A D | tsan_interface_inl.h | 102 FuncEntry(cur_thread(), (uptr)pc); in __tsan_func_entry()
|
| H A D | tsan_interface_atomic.cc | 493 FuncEntry(thr_, pc); in ScopedAtomic() 879 FuncEntry(thr, cpc); \ 889 FuncEntry(thr, cpc); \
|
| H A D | tsan_interface_java.cc | 42 FuncEntry(thr, pc); in ScopedJavaFunc()
|
| H A D | tsan_interface_ann.cc | 34 FuncEntry(thr_, pc); in ScopedAnnotation()
|
| H A D | tsan_rtl.h | 760 void FuncEntry(ThreadState *thr, uptr pc);
|
| H A D | tsan_rtl.cc | 976 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
| H A D | tsan_interceptors.cc | 243 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_external.cc | 47 FuncEntry(thr, (uptr)®istered_tags[tag]); in InsertShadowStackFrameForTag() 64 if (caller_pc) FuncEntry(thr, (uptr)caller_pc); in ExternalAccess()
|
| H A D | tsan_interface_inl.h | 104 FuncEntry(cur_thread(), (uptr)pc); in __tsan_func_entry()
|
| H A D | tsan_interface_atomic.cc | 495 FuncEntry(thr_, pc); in ScopedAtomic() 881 FuncEntry(thr, cpc); \ 891 FuncEntry(thr, cpc); \
|
| H A D | tsan_interface_java.cc | 44 FuncEntry(thr, pc); in ScopedJavaFunc()
|
| H A D | tsan_interface_ann.cc | 36 FuncEntry(thr_, pc); in ScopedAnnotation()
|
| H A D | tsan_rtl.h | 764 void FuncEntry(ThreadState *thr, uptr pc);
|
| H A D | tsan_rtl.cc | 980 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
|
| H A D | tsan_interceptors.cc | 258 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 867 for (auto FuncEntry : FuncOffsetTable) { in readImpl() local 868 OffsetsToUse.push_back(FuncEntry.second); in readImpl()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|