Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1220 auto pybuffer_obj = in Read() local
1222 if (!pybuffer_obj) in Read()
1223 return Status(pybuffer_obj.takeError()); in Read()
1225 if (pybuffer_obj.get().IsNone()) { in Read()
1230 auto pybuffer = PythonBuffer::Create(pybuffer_obj.get()); in Read()