Home
last modified time | relevance | path

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

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