#include <RenderScriptRuntime.h>
Definition at line 206 of file RenderScriptRuntime.h.
◆ RSModuleDescriptor()
lldb_private::lldb_renderscript::RSModuleDescriptor::RSModuleDescriptor |
( |
const lldb::ModuleSP & |
module | ) |
|
|
inline |
◆ ~RSModuleDescriptor()
lldb_private::lldb_renderscript::RSModuleDescriptor::~RSModuleDescriptor |
( |
| ) |
|
|
default |
◆ Dump()
void RSModuleDescriptor::Dump |
( |
Stream & |
strm | ) |
const |
◆ ParseBuildChecksum()
bool lldb_private::lldb_renderscript::RSModuleDescriptor::ParseBuildChecksum |
( |
llvm::StringRef * |
, |
|
|
size_t |
n_lines |
|
) |
| |
|
private |
◆ ParseExportForeachCount()
bool RSModuleDescriptor::ParseExportForeachCount |
( |
llvm::StringRef * |
lines, |
|
|
size_t |
n_lines |
|
) |
| |
|
private |
◆ ParseExportReduceCount()
bool RSModuleDescriptor::ParseExportReduceCount |
( |
llvm::StringRef * |
lines, |
|
|
size_t |
n_lines |
|
) |
| |
|
private |
◆ ParseExportVarCount()
bool RSModuleDescriptor::ParseExportVarCount |
( |
llvm::StringRef * |
lines, |
|
|
size_t |
n_lines |
|
) |
| |
|
private |
◆ ParsePragmaCount()
bool RSModuleDescriptor::ParsePragmaCount |
( |
llvm::StringRef * |
lines, |
|
|
size_t |
n_lines |
|
) |
| |
|
private |
◆ ParseRSInfo()
bool RSModuleDescriptor::ParseRSInfo |
( |
| ) |
|
◆ ParseVersionInfo()
bool RSModuleDescriptor::ParseVersionInfo |
( |
llvm::StringRef * |
lines, |
|
|
size_t |
n_lines |
|
) |
| |
|
private |
◆ WarnIfVersionMismatch()
◆ m_bcc_version
std::string lldb_private::lldb_renderscript::RSModuleDescriptor::m_bcc_version |
|
private |
◆ m_globals
std::vector<RSGlobalDescriptor> lldb_private::lldb_renderscript::RSModuleDescriptor::m_globals |
◆ m_kernels
std::vector<RSKernelDescriptor> lldb_private::lldb_renderscript::RSModuleDescriptor::m_kernels |
◆ m_module
const lldb::ModuleSP lldb_private::lldb_renderscript::RSModuleDescriptor::m_module |
◆ m_pragmas
◆ m_reductions
◆ m_resname
std::string lldb_private::lldb_renderscript::RSModuleDescriptor::m_resname |
◆ m_slang_version
std::string lldb_private::lldb_renderscript::RSModuleDescriptor::m_slang_version |
|
private |
The documentation for this class was generated from the following files: