Home
last modified time | relevance | path

Searched refs:GetMemoryTypes (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.h43 std::vector<std::string> GetMemoryTypes() const;
H A DMachVMRegion.cpp186 std::vector<std::string> MachVMRegion::GetMemoryTypes() const { in GetMemoryTypes() function in MachVMRegion
H A DMachVMMemory.cpp128 region_info->vm_types = vmRegion.GetMemoryTypes(); in GetMemoryRegionInfo()