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.cpp1353 auto rawIOBase = io_module.get().Get("RawIOBase"); in ConvertToFileForcingUseOfScriptingIOMethods() local
1354 if (!rawIOBase) in ConvertToFileForcingUseOfScriptingIOMethods()
1355 return rawIOBase.takeError(); in ConvertToFileForcingUseOfScriptingIOMethods()
1369 auto isRawIO = IsInstance(rawIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()