Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1194 class SimplePythonFile : public OwnedPythonFile<NativeFile> { class
1196 SimplePythonFile(const PythonFile &file, bool borrowed, int fd, in SimplePythonFile() function in __anon89da3f040311::SimplePythonFile
1206 char SimplePythonFile::ID = 0;
1431 std::make_shared<SimplePythonFile>(*this, borrowed, fd, options.get())); in ConvertToFile()
1514 if (auto *simple = llvm::dyn_cast<SimplePythonFile>(&file)) in FromFile()