Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig515 py_file.ConvertToFileForcingUseOfScriptingIOMethods());
541 py_file.ConvertToFileForcingUseOfScriptingIOMethods(/*borrowed=*/true));
/freebsd/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.h656 ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed = false);