Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DDynamicLoader.h300 LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
304 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp551 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
555 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
579 using_shared_cache = eLazyBoolYes; in GetSharedCacheInformation()
581 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.cpp1067 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
1071 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
1108 using_shared_cache = eLazyBoolYes; in GetSharedCacheInformation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5850 LazyBool using_shared_cache;
5852 dl->GetSharedCacheInformation(base_addr, uuid, using_shared_cache,