Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h114 Status PopulateMemoryRegionCache();
H A DNativeProcessOpenBSD.cpp364 Status NativeProcessOpenBSD::PopulateMemoryRegionCache() { in PopulateMemoryRegionCache() function in NativeProcessOpenBSD
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1102 Status error = PopulateMemoryRegionCache(); in GetMemoryRegionInfo()
1156 Status NativeProcessLinux::PopulateMemoryRegionCache() { in PopulateMemoryRegionCache() function in NativeProcessLinux
1229 PopulateMemoryRegionCache(); in Syscall()
1729 Status error = PopulateMemoryRegionCache(); in GetLoadedModuleFileSpec()
1750 Status error = PopulateMemoryRegionCache(); in GetFileLoadAddress()
H A DNativeProcessLinux.h245 Status PopulateMemoryRegionCache();