Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1398 auto rawIOBase = io_module.get().Get("RawIOBase"); in ConvertToFileForcingUseOfScriptingIOMethods() local
1399 if (!rawIOBase) in ConvertToFileForcingUseOfScriptingIOMethods()
1400 return rawIOBase.takeError(); in ConvertToFileForcingUseOfScriptingIOMethods()
1414 auto isRawIO = IsInstance(rawIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()