Home
last modified time | relevance | path

Searched refs:GetSharedCacheInfo (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h279 JSONGenerator::ObjectSP GetSharedCacheInfo(nub_process_t pid);
H A DMachProcess.mm1228 JSONGenerator::ObjectSP MachProcess::GetSharedCacheInfo(nub_process_t pid) { function
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp530 StructuredData::ObjectSP info = m_process->GetSharedCacheInfo(); in GetSharedCacheInformation()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h225 StructuredData::ObjectSP GetSharedCacheInfo() override;
H A DProcessGDBRemote.cpp3897 StructuredData::ObjectSP ProcessGDBRemote::GetSharedCacheInfo() { in GetSharedCacheInfo() function in ProcessGDBRemote
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h1307 virtual lldb_private::StructuredData::ObjectSP GetSharedCacheInfo() { in GetSharedCacheInfo() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNB.cpp1041 return procSP->GetSharedCacheInfo(pid); in DNBGetSharedCacheInfo()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2354 StructuredData::ObjectSP info = m_process->GetSharedCacheInfo(); in GetSharedCacheBaseAddress()