Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h280 JSONGenerator::ObjectSP GetSharedCacheInfo(nub_process_t pid);
H A DMachProcess.mm1234 JSONGenerator::ObjectSP MachProcess::GetSharedCacheInfo(nub_process_t pid) { function
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp559 StructuredData::ObjectSP info = m_process->GetSharedCacheInfo(); in GetSharedCacheInformation()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h224 StructuredData::ObjectSP GetSharedCacheInfo() override;
H A DProcessGDBRemote.cpp3860 StructuredData::ObjectSP ProcessGDBRemote::GetSharedCacheInfo() { in GetSharedCacheInfo() function in ProcessGDBRemote
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h1320 virtual lldb_private::StructuredData::ObjectSP GetSharedCacheInfo() { in GetSharedCacheInfo() function
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp1049 return procSP->GetSharedCacheInfo(pid); in DNBGetSharedCacheInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2360 StructuredData::ObjectSP info = m_process->GetSharedCacheInfo(); in GetSharedCacheBaseAddress()