Home
last modified time | relevance | path

Searched refs:FuncEntry (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_external.cpp50 FuncEntry(thr, (uptr)&registered_tags[tag]); in InsertShadowStackFrameForTag()
66 if (caller_pc) FuncEntry(thr, caller_pc); in ExternalAccess()
H A Dtsan_interface.inc160 void __tsan_func_entry(void *pc) { FuncEntry(cur_thread(), STRIP_PAC_PC(pc)); }
H A Dtsan_rtl.h533 void FuncEntry(ThreadState *thr, uptr pc);
755 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
H A Dtsan_interface_ann.cpp34 FuncEntry(thr_, pc); in ScopedAnnotation()
H A Dtsan_interface_atomic.cpp847 FuncEntry(thr, cpc); \
856 FuncEntry(thr, cpc); \
H A Dtsan_interceptors_posix.cpp249 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dtsan_go.cc168 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 Dtsan_external.cc45 FuncEntry(thr, (uptr)&registered_tags[tag]); in InsertShadowStackFrameForTag()
62 if (caller_pc) FuncEntry(thr, (uptr)caller_pc); in ExternalAccess()
H A Dtsan_interface_inl.h102 FuncEntry(cur_thread(), (uptr)pc); in __tsan_func_entry()
H A Dtsan_interface_atomic.cc493 FuncEntry(thr_, pc); in ScopedAtomic()
879 FuncEntry(thr, cpc); \
889 FuncEntry(thr, cpc); \
H A Dtsan_interface_java.cc42 FuncEntry(thr, pc); in ScopedJavaFunc()
H A Dtsan_interface_ann.cc34 FuncEntry(thr_, pc); in ScopedAnnotation()
H A Dtsan_rtl.h760 void FuncEntry(ThreadState *thr, uptr pc);
H A Dtsan_rtl.cc976 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
H A Dtsan_interceptors.cc243 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_external.cc47 FuncEntry(thr, (uptr)&registered_tags[tag]); in InsertShadowStackFrameForTag()
64 if (caller_pc) FuncEntry(thr, (uptr)caller_pc); in ExternalAccess()
H A Dtsan_interface_inl.h104 FuncEntry(cur_thread(), (uptr)pc); in __tsan_func_entry()
H A Dtsan_interface_atomic.cc495 FuncEntry(thr_, pc); in ScopedAtomic()
881 FuncEntry(thr, cpc); \
891 FuncEntry(thr, cpc); \
H A Dtsan_interface_java.cc44 FuncEntry(thr, pc); in ScopedJavaFunc()
H A Dtsan_interface_ann.cc36 FuncEntry(thr_, pc); in ScopedAnnotation()
H A Dtsan_rtl.h764 void FuncEntry(ThreadState *thr, uptr pc);
H A Dtsan_rtl.cc980 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
H A Dtsan_interceptors.cc258 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp867 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 DPGOInstrumentation.cpp1181 auto *FuncEntry = &*F.begin(); in setInstrumentedCounts() local
1191 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts()