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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_external.cc 47 FuncEntry(thr, (uptr)&registered_tags[tag]);
64 if (caller_pc) FuncEntry(thr, (uptr)caller_pc);
tsan_interface_inl.h 104 FuncEntry(cur_thread(), (uptr)pc);
tsan_interface_java.cc 44 FuncEntry(thr, pc);
tsan_interface_atomic.cc 495 FuncEntry(thr_, pc);
881 FuncEntry(thr, cpc); \
891 FuncEntry(thr, cpc); \
tsan_interface_ann.cc 36 FuncEntry(thr_, pc);
tsan_rtl.cc 980 void FuncEntry(ThreadState *thr, uptr pc) {
982 DPrintf2("#%d: FuncEntry %p\n", (int)thr->fast_state.tid(), (void*)pc);
tsan_rtl.h 764 void FuncEntry(ThreadState *thr, uptr pc);
tsan_interceptors.cc 258 if (!thr_->ignore_interceptors) FuncEntry(thr, pc);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_external.cpp 63 FuncEntry(thr, (uptr)&registered_tags[tag]);
75 if (caller_pc) FuncEntry(thr, caller_pc);
tsan_interface_ann.cpp 34 FuncEntry(thr_, pc);
tsan_interface_atomic.cpp 852 FuncEntry(thr, cpc); \
861 FuncEntry(thr, cpc); \
tsan_interceptors_posix.cpp 289 if (!thr_->ignore_interceptors) FuncEntry(thr, pc);
425 FuncEntry(thr, ctx->pc);
435 FuncEntry(thr, ctx->pc);
505 FuncEntry(thr, ctx->pc);
tsan_rtl.h 780 void FuncEntry(ThreadState *thr, uptr pc) {
781 DPrintf2("#%d: FuncEntry %p\n", (int)thr->fast_state.sid(), (void *)pc);
tsan_rtl_access.cpp 97 FuncEntry(thr, pc);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_external.cpp 50 FuncEntry(thr, (uptr)&registered_tags[tag]);
66 if (caller_pc) FuncEntry(thr, caller_pc);
tsan_interface_ann.cpp 34 FuncEntry(thr_, pc);
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);
tsan_interface_atomic.cpp 847 FuncEntry(thr, cpc); \
856 FuncEntry(thr, cpc); \
tsan_interceptors_posix.cpp 249 if (!thr_->ignore_interceptors) FuncEntry(thr, pc);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 168 FuncEntry(thr, callpc);
180 FuncEntry(thr, callpc);
195 FuncEntry(thr, (uptr)pc);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp 867 for (auto FuncEntry : FuncOffsetTable) {
868 OffsetsToUse.push_back(FuncEntry.second);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1181 auto *FuncEntry = &*F.begin();
1191 if (InstrBB == FuncEntry && CountValue == 0)

Completed in 42 milliseconds