Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1360 auto rawIOBase = io_module.get().Get("RawIOBase"); in ConvertToFileForcingUseOfScriptingIOMethods() local
1361 if (!rawIOBase) in ConvertToFileForcingUseOfScriptingIOMethods()
1362 return rawIOBase.takeError(); in ConvertToFileForcingUseOfScriptingIOMethods()
1376 auto isRawIO = IsInstance(rawIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()