Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h373 void DumpStatus(Stream &strm) const;
H A DRenderScriptRuntime.cpp3172 void RenderScriptRuntime::DumpStatus(Stream &strm) const { in DumpStatus() function in RenderScriptRuntime
4989 runtime->DumpStatus(result.GetOutputStream()); in DoExecute()