Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DDynamicLoader.h248 LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
252 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp522 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
526 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
550 using_shared_cache = eLazyBoolYes; in GetSharedCacheInformation()
552 using_shared_cache = eLazyBoolNo; in GetSharedCacheInformation()
H A DDynamicLoaderMacOS.h59 lldb_private::LazyBool &using_shared_cache,
H A DDynamicLoaderMacOSXDYLD.h63 lldb_private::LazyBool &using_shared_cache,
H A DDynamicLoaderMacOSXDYLD.cpp1057 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
1061 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
1098 using_shared_cache = eLazyBoolYes; in GetSharedCacheInformation()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5834 LazyBool using_shared_cache;
5836 dl->GetSharedCacheInformation(base_addr, uuid, using_shared_cache,