Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h187 uint32_t GetMaximumMemReadSize() const;
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp620 uint32_t max_unforced_size = target->GetMaximumMemReadSize(); in DoExecute()
/src/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4606 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize() function in TargetProperties