Home
last modified time | relevance | path

Searched refs:MmapData (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.h59 struct MmapData { struct
67 virtual std::optional<MmapData> GetMmapData() { return std::nullopt; } in GetMmapData() argument
H A DNativeRegisterContextLinux_x86_64.h51 std::optional<MmapData> GetMmapData() override;
H A DNativeRegisterContextLinux_x86_64.cpp1065 std::optional<NativeRegisterContextLinux::MmapData>
1069 return MmapData{192, 91}; in GetMmapData()
1071 return MmapData{9, 11}; in GetMmapData()
H A DNativeProcessLinux.cpp1314 std::optional<NativeRegisterContextLinux::MmapData> mmap_data = in AllocateMemory()
1339 std::optional<NativeRegisterContextLinux::MmapData> mmap_data = in DeallocateMemory()