Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.h29 uptr cache_begin() { return cache_begin_; } in cache_begin()
40 uptr cache_begin_ = 0; variable
H A Dlsan_fuchsia.cpp51 cache_begin_ = args->cache_begin; in OnStarted()
H A Dlsan_posix.cpp46 cache_begin_ = args->cache_begin; in OnStarted()