Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h76 atomic_uintptr_t instrumented_ranges_count_; variable
105 const uptr n = atomic_load(&instrumented_ranges_count_, memory_order_acquire); in IsPcInstrumented()
H A Dsanitizer_libignore.cpp111 atomic_load(&instrumented_ranges_count_, memory_order_relaxed); in OnLibraryLoaded()
115 atomic_store(&instrumented_ranges_count_, idx + 1, in OnLibraryLoaded()