Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h31 class RSModuleDescriptor; variable
37 typedef std::shared_ptr<RSModuleDescriptor> RSModuleDescriptorSP;
140 RSKernelDescriptor(const RSModuleDescriptor *module, llvm::StringRef name, in RSKernelDescriptor()
146 const RSModuleDescriptor *m_module;
153 RSGlobalDescriptor(const RSModuleDescriptor *module, llvm::StringRef name) in RSGlobalDescriptor()
158 const RSModuleDescriptor *m_module;
163 RSReductionDescriptor(const RSModuleDescriptor *module, uint32_t sig,
177 const RSModuleDescriptor *m_module;
201 class RSModuleDescriptor {
218 RSModuleDescriptor(const lldb::ModuleSP &module) : m_module(module) {} in RSModuleDescriptor() function
[all …]
H A DRenderScriptRuntime.cpp2858 module_desc.reset(new RSModuleDescriptor(module_sp)); in LoadModule()
2935 void RSModuleDescriptor::WarnIfVersionMismatch(lldb_private::Stream *s) const { in WarnIfVersionMismatch()
2954 bool RSModuleDescriptor::ParsePragmaCount(llvm::StringRef *lines, in ParsePragmaCount()
2965 bool RSModuleDescriptor::ParseExportReduceCount(llvm::StringRef *lines, in ParseExportReduceCount()
3020 bool RSModuleDescriptor::ParseVersionInfo(llvm::StringRef *lines, in ParseVersionInfo()
3036 bool RSModuleDescriptor::ParseExportForeachCount(llvm::StringRef *lines, in ParseExportForeachCount()
3052 bool RSModuleDescriptor::ParseExportVarCount(llvm::StringRef *lines, in ParseExportVarCount()
3063 bool RSModuleDescriptor::ParseRSInfo() { in ParseRSInfo()
4012 void RSModuleDescriptor::Dump(Stream &strm) const { in Dump()