Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h36 struct RSGlobalDescriptor;
42 typedef std::shared_ptr<RSGlobalDescriptor> RSGlobalDescriptorSP;
155 struct RSGlobalDescriptor { struct
157 RSGlobalDescriptor(const RSModuleDescriptor *module, llvm::StringRef name) in RSGlobalDescriptor() argument
235 std::vector<RSGlobalDescriptor> m_globals;
H A DRenderScriptRuntime.cpp2955 m_globals.push_back(RSGlobalDescriptor(this, *lines)); in ParseExportVarCount()
3935 void RSGlobalDescriptor::Dump(Stream &strm) const { in Dump()