Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DDynamicLoader.h245 LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
249 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOS.cpp462 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
466 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
490 using_shared_cache = eLazyBoolYes; in GetSharedCacheInformation()
492 using_shared_cache = eLazyBoolNo; in GetSharedCacheInformation()
DDynamicLoaderMacOS.h59 lldb_private::LazyBool &using_shared_cache,
DDynamicLoaderMacOSXDYLD.h63 lldb_private::LazyBool &using_shared_cache,
DDynamicLoaderMacOSXDYLD.cpp1051 lldb::addr_t &base_address, UUID &uuid, LazyBool &using_shared_cache, in GetSharedCacheInformation() argument
1055 using_shared_cache = eLazyBoolCalculate; in GetSharedCacheInformation()
1092 using_shared_cache = eLazyBoolYes; in GetSharedCacheInformation()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp5785 LazyBool using_shared_cache; in GetProcessSharedCacheUUID() local
5787 dl->GetSharedCacheInformation(base_addr, uuid, using_shared_cache, in GetProcessSharedCacheUUID()