Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h384 void DumpStatus(Stream &strm) const;
H A DRenderScriptRuntime.cpp3078 void RenderScriptRuntime::DumpStatus(Stream &strm) const { in DumpStatus() function in RenderScriptRuntime
4866 runtime->DumpStatus(result.GetOutputStream()); in DoExecute()