Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1468 auto rawIOBase = io_module.get().Get("RawIOBase"); in ConvertToFileForcingUseOfScriptingIOMethods() local
1469 if (!rawIOBase) in ConvertToFileForcingUseOfScriptingIOMethods()
1470 return rawIOBase.takeError(); in ConvertToFileForcingUseOfScriptingIOMethods()
1484 auto isRawIO = IsInstance(rawIOBase.get()); in ConvertToFileForcingUseOfScriptingIOMethods()