Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1093 class SimplePythonFile : public OwnedPythonFile<NativeFile> { class
1095 SimplePythonFile(const PythonFile &file, bool borrowed, int fd, in SimplePythonFile() function in __anonf7d06da40211::SimplePythonFile
1105 char SimplePythonFile::ID = 0;
1329 std::make_shared<SimplePythonFile>(*this, borrowed, fd, options.get())); in ConvertToFile()
1403 if (auto *simple = llvm::dyn_cast<SimplePythonFile>(&file)) in FromFile()