Home
last modified time | relevance | path

Searched refs:ScriptedPlatformInterface (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedPlatformInterface.h20 class ScriptedPlatformInterface : virtual public ScriptedInterface {
H A DScriptInterpreter.h153 std::make_unique<ScriptedPlatformInterface>());
577 ScriptedPlatformInterface &GetScriptedPlatformInterface() { in GetScriptedPlatformInterface()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPlatformPythonInterface.h20 class ScriptedPlatformPythonInterface : public ScriptedPlatformInterface,
H A DScriptedPlatformPythonInterface.cpp30 : ScriptedPlatformInterface(), ScriptedPythonInterface(interpreter) {} in ScriptedPlatformPythonInterface()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h184 class ScriptedPlatformInterface; variable
383 typedef std::unique_ptr<lldb_private::ScriptedPlatformInterface>