Searched refs:using_shared_cache (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | DynamicLoader.h | 248 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 D | DynamicLoaderMacOS.cpp | 522 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 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 | 1057 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 D | ObjectFileMachO.cpp | 5834 LazyBool using_shared_cache; 5836 dl->GetSharedCacheInformation(base_addr, uuid, using_shared_cache,
|