Searched refs:RenderScriptRuntime (Results 1 – 8 of 8) sorted by relevance
49 LLDB_PLUGIN_DEFINE(RenderScriptRuntime)53 char RenderScriptRuntime::ID = 0;490 struct RenderScriptRuntime::ScriptDetails {511 struct RenderScriptRuntime::Element {594 struct RenderScriptRuntime::AllocationDetails {653 RenderScriptRuntime::Element element;680 ConstString RenderScriptRuntime::Element::GetFallbackStructName() { in GetFallbackStructName()685 uint32_t RenderScriptRuntime::AllocationDetails::ID = 1;687 const char *RenderScriptRuntime::AllocationDetails::RsDataKindToString[] = {693 const char *RenderScriptRuntime::AllocationDetails::RsDataTypeToString[][4] = {[all …]
48 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute()105 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute()
159 bool RenderScriptRuntime::GetOverrideExprOptions(clang::TargetOptions &proto) { in GetOverrideExprOptions()166 bool RenderScriptRuntime::GetIRPasses(LLVMUserExpression::IRPasses &passes) { in GetIRPasses()
2 RenderScriptRuntime.cpp
298 class RenderScriptRuntime : public lldb_private::CPPLanguageRuntime {308 ~RenderScriptRuntime() override;456 typedef void (RenderScriptRuntime::*CaptureStateFn)(502 RenderScriptRuntime(Process *process); // Call CreateInstance instead.
1 add_subdirectory(RenderScriptRuntime)
471 llvm::dyn_cast_or_null<RenderScriptRuntime>(lang_rt)) in ClangExpressionParser()
2727 * - lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime