HomeSort by: relevance | last modified time | path
    Searched defs:FuncEntry (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 980 void FuncEntry(ThreadState *thr, uptr pc) {
982 DPrintf2("#%d: FuncEntry %p\n", (int)thr->fast_state.tid(), (void*)pc);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_rtl.h 780 void FuncEntry(ThreadState *thr, uptr pc) {
781 DPrintf2("#%d: FuncEntry %p\n", (int)thr->fast_state.sid(), (void *)pc);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.h 533 void FuncEntry(ThreadState *thr, uptr pc);
755 void FuncEntry(ThreadState *thr, uptr pc) {
756 DPrintf2("#%d: FuncEntry %p\n", (int)thr->fast_state.tid(), (void *)pc);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1181 auto *FuncEntry = &*F.begin();
1191 if (InstrBB == FuncEntry && CountValue == 0)

Completed in 41 milliseconds