Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h470 std::vector<std::unique_ptr<ScriptDetails>> m_scripts; variable
H A DRenderScriptRuntime.cpp1684 for (const auto &rs_script : m_scripts) { in FixupScriptDetails()
3208 for (const auto &script : m_scripts) { in DumpContexts()
3938 for (const auto &s : m_scripts) { in LookUpScript()
3946 m_scripts.push_back(std::move(s)); in LookUpScript()
3947 return m_scripts.back().get(); in LookUpScript()