Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp197 bool hasCache = _dyld_get_shared_cache_uuid(uuid); in GetDyldImageHeaderViaSharedCache() local
198 if (!hasCache) in GetDyldImageHeaderViaSharedCache()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h160 bool hasCache() const { return HasCache; } in hasCache() function
H A DCSKY.td175 def HasCache : Predicate<"Subtarget->hasCache()">,