Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_thread.h62 void EnableTagging() { tagging_disabled_--; } in EnableTagging() function
108 ~ScopedTaggingDisabler() { GetCurrentThread()->EnableTagging(); } in ~ScopedTaggingDisabler()