Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.h60 virtual llvm::Optional<MmapData> GetMmapData() { return llvm::None; } in GetMmapData() function
H A DNativeRegisterContextLinux_x86_64.h50 llvm::Optional<MmapData> GetMmapData() override;
H A DNativeProcessLinux.cpp1314 GetCurrentThread()->GetRegisterContext().GetMmapData(); in AllocateMemory()
1339 GetCurrentThread()->GetRegisterContext().GetMmapData(); in DeallocateMemory()
H A DNativeRegisterContextLinux_x86_64.cpp1060 NativeRegisterContextLinux_x86_64::GetMmapData() { in GetMmapData() function in NativeRegisterContextLinux_x86_64