Home
last modified time | relevance | path

Searched refs:CreateOperatingSystemInterface (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp110 m_interpreter->CreateOperatingSystemInterface(); in OperatingSystemPython()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h117 lldb::OperatingSystemInterfaceSP CreateOperatingSystemInterface() override;
H A DScriptInterpreterPython.cpp1547 ScriptInterpreterPythonImpl::CreateOperatingSystemInterface() { in CreateOperatingSystemInterface() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h564 virtual lldb::OperatingSystemInterfaceSP CreateOperatingSystemInterface() { in CreateOperatingSystemInterface() function