Lines Matching refs:__sanitizer
26 __sanitizer::SpinMutex AllContextsMutex;
28 __sanitizer::Vector<ContextRoot *> AllContextRoots;
65 __sanitizer::DenseMap<uint64_t, bool> ContextStartAddrs; in validate()
136 __sanitizer::internal_memset(start(), 0, Size); in Arena()
143 Arena *NewArena = new (__sanitizer::InternalAlloc( in allocateNewArena()
156 __sanitizer::InternalFree(Current); in freeArenaList()
229 __sanitizer::Printf("[ctxprof] Returned ctx differs from what's asked: " in __llvm_ctx_profile_get_context()
242 __sanitizer::GenericScopedLock<__sanitizer::SpinMutex> Lock( in setupContext()
282 __sanitizer::GenericScopedLock<__sanitizer::SpinMutex> Lock( in __llvm_ctx_profile_start_collection()
286 __sanitizer::GenericScopedLock<__sanitizer::StaticSpinMutex> Lock( in __llvm_ctx_profile_start_collection()
293 __sanitizer::Printf("[ctxprof] Initial NrMemUnits: %zu \n", NrMemUnits); in __llvm_ctx_profile_start_collection()
299 __sanitizer::GenericScopedLock<__sanitizer::SpinMutex> Lock( in __llvm_ctx_profile_fetch()
304 __sanitizer::GenericScopedLock<__sanitizer::StaticSpinMutex> TakenLock( in __llvm_ctx_profile_fetch()
307 __sanitizer::Printf("[ctxprof] Contextual Profile is %s\n", "invalid"); in __llvm_ctx_profile_fetch()
317 __sanitizer::GenericScopedLock<__sanitizer::SpinMutex> Lock( in __llvm_ctx_profile_free()
323 __sanitizer::InternalFree(C); in __llvm_ctx_profile_free()