Home
last modified time | relevance | path

Searched defs:ScriptDetails (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp490 struct RenderScriptRuntime::ScriptDetails { struct in RenderScriptRuntime
493 enum ScriptType { eScript, eScriptC };
496 empirical_type<ScriptType> type;
498 empirical_type<std::string> res_name;
500 empirical_type<std::string> shared_lib;
502 empirical_type<std::string> cache_dir;
504 empirical_type<lldb::addr_t> context;
506 empirical_type<lldb::addr_t> script;