Home
last modified time | relevance | path

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

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