Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h75 void OnUnload() { atomic_store(&end, 0, memory_order_release); } in OnUnload() function
H A Dsanitizer_libignore.cpp96 ignored_code_ranges_[lib->range_id].OnUnload(); in OnLibraryLoaded()