Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_thread.h27 uptr cache_begin() { return cache_begin_; } in cache_begin()
38 uptr cache_begin_ = 0; variable
H A Dlsan_fuchsia.cpp50 cache_begin_ = args->cache_begin; in OnStarted()
H A Dlsan_posix.cpp42 cache_begin_ = args->cache_begin; in OnStarted()