Home
last modified time | relevance | path

Searched refs:private_shared_cache (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DDynamicLoader.h249 LazyBool &private_shared_cache) { in GetSharedCacheInformation() argument
253 private_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp523 LazyBool &private_shared_cache) { in GetSharedCacheInformation() argument
527 private_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
555 private_shared_cache = eLazyBoolYes; in GetSharedCacheInformation()
557 private_shared_cache = eLazyBoolNo; in GetSharedCacheInformation()
H A DDynamicLoaderMacOS.h60 lldb_private::LazyBool &private_shared_cache) override;
H A DDynamicLoaderMacOSXDYLD.h64 lldb_private::LazyBool &private_shared_cache) override;
H A DDynamicLoaderMacOSXDYLD.cpp1058 LazyBool &private_shared_cache) { in GetSharedCacheInformation() argument
1062 private_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5835 LazyBool private_shared_cache;
5837 private_shared_cache);