Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h183 uint32_t GetMaximumMemReadSize() const;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMemory.cpp631 uint32_t max_unforced_size = target->GetMaximumMemReadSize(); in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp4414 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize() function in TargetProperties