Home
last modified time | relevance | path

Searched defs:borrowed (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1034 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile()
1095 SimplePythonFile(const PythonFile &file, bool borrowed, int fd, in SimplePythonFile()
1146 PythonIOFile(const PythonFile &file, bool borrowed) in PythonIOFile()
1192 BinaryPythonFile(int fd, const PythonFile &file, bool borrowed) in BinaryPythonFile()
1246 TextPythonFile(int fd, const PythonFile &file, bool borrowed) in TextPythonFile()
1297 llvm::Expected<FileSP> PythonFile::ConvertToFile(bool borrowed) { in ConvertToFile()
1339 PythonFile::ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed) { in ConvertToFileForcingUseOfScriptingIOMethods()