Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp4974 class CommandObjectRenderScriptRuntimeStatus : public CommandObjectParsed { class
4976 CommandObjectRenderScriptRuntimeStatus(CommandInterpreter &interpreter) in CommandObjectRenderScriptRuntimeStatus() function in CommandObjectRenderScriptRuntimeStatus
4983 ~CommandObjectRenderScriptRuntimeStatus() override = default;
5022 new CommandObjectRenderScriptRuntimeStatus(interpreter))); in CommandObjectRenderScriptRuntime()