Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig401 auto sp = unwrapOrSetPythonException(py_file.ConvertToFileForcingUseOfScriptingIOMethods());
425 …auto sp = unwrapOrSetPythonException(py_file.ConvertToFileForcingUseOfScriptingIOMethods(/*borrowe…
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1410 return ConvertToFileForcingUseOfScriptingIOMethods(borrowed); in ConvertToFile()
1441 PythonFile::ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed) { in ConvertToFileForcingUseOfScriptingIOMethods() function in PythonFile
H A DPythonDataObjects.h655 ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed = false);