Home
last modified time | relevance | path

Searched refs:context_ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.h40 [[nodiscard]] explicit ScopedBypass(Context &context) : context_(context) { in ScopedBypass()
41 context_.BypassPush(); in ScopedBypass()
44 ~ScopedBypass() { context_.BypassPop(); } in ~ScopedBypass()
52 Context &context_;
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h71 u32 tid() { return context_->tid; } in tid()
72 MemprofThreadContext *context() { return context_; } in context()
73 void set_context(MemprofThreadContext *context) { context_ = context; } in set_context()
98 MemprofThreadContext *context_; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h87 u32 tid() { return context_->tid; } in tid()
88 AsanThreadContext *context() { return context_; } in context()
89 void set_context(AsanThreadContext *context) { context_ = context; } in set_context()
167 AsanThreadContext *context_; variable