| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepotbase.h | 43 static Node *lock(atomic_uintptr_t *p); 44 static void unlock(atomic_uintptr_t *p, Node *s); 54 atomic_uintptr_t tab[kTabSize]; // Hash table of Node's. 77 atomic_uintptr_t *p) { in lock() 93 atomic_uintptr_t *p, Node *s) { in unlock() 105 atomic_uintptr_t *p = &tab[h % kTabSize]; in Put() 150 atomic_uintptr_t *p = &tab[idx]; in Get() 172 atomic_uintptr_t *p = &tab[i]; in UnlockAll() 181 atomic_uintptr_t *p = &tab[i]; in PrintAll()
|
| H A D | sanitizer_tls_get_addr.h | 43 atomic_uintptr_t next; 49 atomic_uintptr_t dtv_block;
|
| H A D | sanitizer_persistent_allocator.h | 30 atomic_uintptr_t region_pos; // Region allocator for Node's. 31 atomic_uintptr_t region_end;
|
| H A D | sanitizer_libignore.h | 73 atomic_uintptr_t ignored_ranges_count_; 76 atomic_uintptr_t instrumented_ranges_count_;
|
| H A D | sanitizer_quarantine.h | 143 atomic_uintptr_t max_size_; 144 atomic_uintptr_t min_size_; 145 atomic_uintptr_t max_cache_size_; 306 atomic_uintptr_t size_;
|
| H A D | sanitizer_atomic_msvc.h | 113 inline uptr atomic_fetch_add(volatile atomic_uintptr_t *a, in atomic_fetch_add() 134 inline uptr atomic_fetch_sub(volatile atomic_uintptr_t *a, in atomic_fetch_sub() 194 inline bool atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, in atomic_compare_exchange_strong()
|
| H A D | sanitizer_tls_get_addr.cpp | 42 static atomic_uintptr_t number_of_live_dtls; 52 static DTLS::DTVBlock *DTLS_NextBlock(atomic_uintptr_t *cur) { in DTLS_NextBlock()
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 132 atomic_uintptr_t* pc_ptr = in TracePcGuard() 133 reinterpret_cast<atomic_uintptr_t*>(&pc_vector[idx - 1]); in TracePcGuard()
|
| H A D | sanitizer_atomic.h | 55 struct atomic_uintptr_t { struct
|
| H A D | sanitizer_deadlock_detector_interface.h | 41 atomic_uintptr_t owner;
|
| H A D | sanitizer_allocator_stats.h | 55 atomic_uintptr_t stats_[AllocatorStatCount];
|
| H A D | sanitizer_allocator_bytemap.h | 104 atomic_uintptr_t map1_[kSize1];
|
| H A D | sanitizer_addrhashmap.h | 46 atomic_uintptr_t addr; 60 atomic_uintptr_t add;
|
| H A D | sanitizer_stackdepot.cpp | 133 atomic_uintptr_t *p = &theDepot.tab[idx]; in StackDepotReverseMap()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_interface.cpp | 60 atomic_uintptr_t XRayPatchedFunction{0}; 63 atomic_uintptr_t XRayArgLogger{0}; 66 atomic_uintptr_t XRayPatchedCustomEvent{0}; 69 atomic_uintptr_t XRayPatchedTypedEvent{0};
|
| H A D | xray_profiling.cpp | 43 atomic_uintptr_t Allocators; 44 atomic_uintptr_t FCT;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_external.cpp | 90 atomic_uintptr_t *header_ptr = in __tsan_external_register_header() 91 (atomic_uintptr_t *)&GetTagData((uptr)tag)->header; in __tsan_external_register_header()
|
| H A D | tsan_platform_mac.cpp | 49 atomic_uintptr_t *a = (atomic_uintptr_t *)dst; in SignalSafeGetOrAllocate()
|
| H A D | tsan_interface_ann.cpp | 63 atomic_uintptr_t hitcount; 64 atomic_uintptr_t addcount; 154 int *unique_count, int *hit_count, atomic_uintptr_t ExpectRace::*counter) { in CollectMatchedBenignRaces()
|
| H A D | tsan_fd.cpp | 34 atomic_uintptr_t tab[kTableSizeL1]; 76 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2]; in fddesc()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 163 atomic_uintptr_t *p = (atomic_uintptr_t*)c; in init_cond() 221 atomic_store((atomic_uintptr_t*)c, 0, memory_order_relaxed); in INTERCEPTOR()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_tsd.h | 54 atomic_uintptr_t Precedence; in ALIGNED()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_thread.h | 69 atomic_uintptr_t *signal_thread_is_registered);
|
| H A D | memprof_interceptors.cpp | 147 atomic_uintptr_t t; 148 atomic_uintptr_t is_registered;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
| H A D | ubsan_minimal_handlers.cpp | 18 static __sanitizer::atomic_uintptr_t caller_pcs[kMaxCallerPcs];
|