Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h116 struct ScopedTaggingDisabler { struct
117 ScopedTaggingDisabler() { GetCurrentThread()->DisableTagging(); } in ScopedTaggingDisabler() function
118 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); } in ~ScopedTaggingDisabler() argument
H A Dhwasan_thread.cpp85 ScopedTaggingDisabler disabler; in InitStackRingBuffer()
H A Dhwasan_interceptors.cpp271 ScopedTaggingDisabler tagging_disabler; in INTERCEPTOR()