Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp58 FileSpec python_os_plugin_spec(process->GetPythonOSPluginPath()); in CreateInstance()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcess.h80 FileSpec GetPythonOSPluginPath() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp214 FileSpec ProcessProperties::GetPythonOSPluginPath() const { in GetPythonOSPluginPath() function in ProcessProperties