Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_thread.h113 struct ScopedTaggingDisabler { struct
114 ScopedTaggingDisabler() { GetCurrentThread()->DisableTagging(); } in ScopedTaggingDisabler() function
115 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); } in ~ScopedTaggingDisabler() argument
Dhwasan_interceptors.cpp42 ScopedTaggingDisabler disabler; in INTERCEPTOR()
Dhwasan_thread.cpp72 ScopedTaggingDisabler disabler; in InitStackRingBuffer()