Home
last modified time | relevance | path

Searched defs:caches (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/docs/resources/
H A Dbuild.rst359 Common configurations on macOSCMake caches global() argument
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_fuchsia.cpp71 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) { in GetAllThreadAllocatorCachesLocked()
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp211 void GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> *caches) {} in GetAllThreadAllocatorCachesLocked() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp522 GetAllThreadAllocatorCachesLocked(InternalMmapVector<uptr> * caches) GetAllThreadAllocatorCachesLocked() argument
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1727 std::vector<CacheInfo> caches; member