Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h482 std::vector<std::unique_ptr<ScriptDetails>> m_scripts; variable
H A DRenderScriptRuntime.cpp1642 for (const auto &rs_script : m_scripts) { in FixupScriptDetails()
3114 for (const auto &script : m_scripts) { in DumpContexts()
3829 for (const auto &s : m_scripts) { in LookUpScript()
3837 m_scripts.push_back(std::move(s)); in LookUpScript()
3838 return m_scripts.back().get(); in LookUpScript()