reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  668   static llvm::Expected<PythonFile> FromFile(File &file,

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
20768       PythonFile pyfile = unwrapOrSetPythonException(PythonFile::FromFile(*sp));
20808       PythonFile pyfile = unwrapOrSetPythonException(PythonFile::FromFile(*sp));
20848       PythonFile pyfile = unwrapOrSetPythonException(PythonFile::FromFile(*sp));
29623       PythonFile pyfile = unwrapOrSetPythonException(PythonFile::FromFile(*sp));
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  658   auto new_file = PythonFile::FromFile(file, mode);
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  587   auto py_file = PythonFile::FromFile(*file.get(), "r");