Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp47 FuncEntry(thr, (uptr)&registered_tags[tag]); in InsertShadowStackFrameForTag()
64 if (caller_pc) FuncEntry(thr, caller_pc); in ExternalAccess()
H A Dtsan_interface_inl.h104 FuncEntry(cur_thread(), STRIP_PAC_PC(pc)); in __tsan_func_entry()
H A Dtsan_interface_atomic.cpp506 FuncEntry(thr_, pc); in ScopedAtomic()
876 FuncEntry(thr, cpc); \
886 FuncEntry(thr, cpc); \
H A Dtsan_interface_java.cpp42 FuncEntry(thr, pc); in ScopedJavaFunc()
H A Dtsan_interface_ann.cpp34 FuncEntry(thr_, pc); in ScopedAnnotation()
H A Dtsan_rtl.h745 void FuncEntry(ThreadState *thr, uptr pc);
H A Dtsan_rtl.cpp1037 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
H A Dtsan_interceptors_posix.cpp254 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp178 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 DSampleProfReader.cpp891 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 DPGOInstrumentation.cpp1181 auto *FuncEntry = &*F.begin(); in setInstrumentedCounts() local
1191 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts()