Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h185 uint32_t GetMaximumMemReadSize() const;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMemory.cpp632 uint32_t max_unforced_size = target->GetMaximumMemReadSize(); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp4517 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize() function in TargetProperties