Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig498 py_file.ConvertToFileForcingUseOfScriptingIOMethods());
524 py_file.ConvertToFileForcingUseOfScriptingIOMethods(/*borrowed=*/true));
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1344 return ConvertToFileForcingUseOfScriptingIOMethods(borrowed); in ConvertToFile()
1378 PythonFile::ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed) { in ConvertToFileForcingUseOfScriptingIOMethods() function in PythonFile
H A DPythonDataObjects.h654 ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed = false);