Home
last modified time | relevance | path

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

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