Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp63 FuncEntry(thr, (uptr)&registered_tags[tag]); in PushTag()
75 if (caller_pc) FuncEntry(thr, caller_pc); in ExternalAccess()
H A Dtsan_interface.inc168 void __tsan_func_entry(void *pc) { FuncEntry(cur_thread(), STRIP_PAC_PC(pc)); }
H A Dtsan_interface_ann.cpp34 FuncEntry(thr_, pc); in ScopedAnnotation()
H A Dtsan_interface_atomic.cpp852 FuncEntry(thr, cpc); \
861 FuncEntry(thr, cpc); \
H A Dtsan_interceptors_posix.cpp290 if (!thr_->ignore_interceptors) FuncEntry(thr, pc); in ScopedInterceptor()
426 FuncEntry(thr, ctx->pc); in at_exit_callback_installed_at()
436 FuncEntry(thr, ctx->pc); in cxa_at_exit_callback_installed_at()
502 FuncEntry(thr, ctx->pc); in on_exit_callback_installed_at()
H A Dtsan_rtl.h780 void FuncEntry(ThreadState *thr, uptr pc) { in FuncEntry() function
H A Dtsan_rtl_access.cpp97 FuncEntry(thr, pc); in TraceRestartFuncEntry()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp175 FuncEntry(thr, callpc); in __tsan_read_pc()
187 FuncEntry(thr, callpc); in __tsan_write_pc()
202 FuncEntry(thr, (uptr)pc); in __tsan_func_enter()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1238 auto *FuncEntry = &*F.begin(); in setInstrumentedCounts() local
1248 if (InstrBB == FuncEntry && CountValue == 0) in setInstrumentedCounts()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1724 for (auto &FuncEntry : FuncToCallsWithMetadata) in ModuleCallsiteContextGraph() local
1725 for (auto &Call : FuncEntry.second) in ModuleCallsiteContextGraph()