Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-typemaps.swig395 py_file.ConvertToFileForcingUseOfScriptingIOMethods());
421 py_file.ConvertToFileForcingUseOfScriptingIOMethods(/*borrowed=*/true));
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1306 return ConvertToFileForcingUseOfScriptingIOMethods(borrowed); in ConvertToFile()
1340 PythonFile::ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed) { in ConvertToFileForcingUseOfScriptingIOMethods() function in PythonFile
H A DPythonDataObjects.h626 ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed = false);