Home
last modified time | relevance | path

Searched defs:hasCache (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp197 bool hasCache = _dyld_get_shared_cache_uuid(uuid); in GetDyldImageHeaderViaSharedCache() local
/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h160 bool hasCache() const { return HasCache; } in hasCache() function