Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h117 Status PopulateMemoryRegionCache();
H A DNativeProcessNetBSD.cpp608 Status error = PopulateMemoryRegionCache(); in GetMemoryRegionInfo()
656 Status NativeProcessNetBSD::PopulateMemoryRegionCache() { in PopulateMemoryRegionCache() function in NativeProcessNetBSD
739 Status error = PopulateMemoryRegionCache(); in GetLoadedModuleFileSpec()
760 Status error = PopulateMemoryRegionCache(); in GetFileLoadAddress()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h124 Status PopulateMemoryRegionCache();
H A DNativeProcessFreeBSD.cpp572 Status error = PopulateMemoryRegionCache(); in GetMemoryRegionInfo()
620 Status NativeProcessFreeBSD::PopulateMemoryRegionCache() { in PopulateMemoryRegionCache() function in NativeProcessFreeBSD
711 Status error = PopulateMemoryRegionCache(); in GetLoadedModuleFileSpec()
733 Status error = PopulateMemoryRegionCache(); in GetFileLoadAddress()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1101 Status error = PopulateMemoryRegionCache(); in GetMemoryRegionInfo()
1155 Status NativeProcessLinux::PopulateMemoryRegionCache() { in PopulateMemoryRegionCache() function in NativeProcessLinux
1228 PopulateMemoryRegionCache(); in Syscall()
1728 Status error = PopulateMemoryRegionCache(); in GetLoadedModuleFileSpec()
1749 Status error = PopulateMemoryRegionCache(); in GetFileLoadAddress()
H A DNativeProcessLinux.h245 Status PopulateMemoryRegionCache();