Searched refs:FuncEntry (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp46 FuncEntry(thr, (uptr)&registered_tags[tag]);
63 if (caller_pc) FuncEntry(thr, (uptr)caller_pc);
H A Dtsan_interface_inl.h103 FuncEntry(cur_thread(), (uptr)pc);
H A Dtsan_interface_java.cpp43 FuncEntry(thr, pc);
H A Dtsan_interface_atomic.cpp494 FuncEntry(thr_, pc);
880 FuncEntry(thr, cpc); \
890 FuncEntry(thr, cpc); \
H A Dtsan_interface_ann.cpp35 FuncEntry(thr_, pc);
H A Dtsan_rtl.cpp1008 void FuncEntry(ThreadState *thr, uptr pc) { function in namespace:__tsan
1010 DPrintf2("#%d: FuncEntry %p\n", (int)thr->fast_state.tid(), (void*)pc);
H A Dtsan_rtl.h771 void FuncEntry(ThreadState *thr, uptr pc);
H A Dtsan_interceptors_posix.cpp254 if (!thr_->ignore_interceptors) FuncEntry(thr, pc);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp178 FuncEntry(thr, callpc);
190 FuncEntry(thr, callpc);
205 FuncEntry(thr, (uptr)pc);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp649 for (auto FuncEntry : FuncOffsetTable) {
650 OffsetsToUse.push_back(FuncEntry.second);

Completed in 180 milliseconds