Searched refs:addCacheSlideInfo (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp765 static bool addCacheSlideInfo();
2481 template <> bool SharedCache<x86_64>::addCacheSlideInfo(){ return true; } function in class:SharedCache
2482 template <> bool SharedCache<arm>::addCacheSlideInfo() { return true; } function in class:SharedCache
2483 template <> bool SharedCache<x86>::addCacheSlideInfo() { return false; } function in class:SharedCache
2484 template <> bool SharedCache<arm64>::addCacheSlideInfo() { return true; } function in class:SharedCache
2731 if ( addCacheSlideInfo() ) {

Completed in 75 milliseconds