Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1836 bool is_readonly = !permissions.Test(ePermissionsWritable) && in ReadMemory() local
1838 if (is_readonly) { in ReadMemory()