Searched refs:using_shared_cache (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
H A D | DynamicLoader.h | 300 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 D | DynamicLoaderMacOS.cpp | 551 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 D | DynamicLoaderMacOS.h | 59 lldb_private::LazyBool &using_shared_cache,
|
H A D | DynamicLoaderMacOSXDYLD.h | 63 lldb_private::LazyBool &using_shared_cache,
|
H A D | DynamicLoaderMacOSXDYLD.cpp | 1067 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 D | ObjectFileMachO.cpp | 5850 LazyBool using_shared_cache; 5852 dl->GetSharedCacheInformation(base_addr, uuid, using_shared_cache,
|