Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp2995 const llvm::StringRef raw_rs_info((const char *)buffer->GetBytes()); in ParseRSInfo() local
2996 raw_rs_info.split(info_lines, '\n'); in ParseRSInfo()
2998 m_module->GetFileSpec().GetCString(), raw_rs_info.str().c_str()); in ParseRSInfo()