Searched refs:RSGlobalDescriptor (Results 1 – 2 of 2) sorted by relevance
36 struct RSGlobalDescriptor;42 typedef std::shared_ptr<RSGlobalDescriptor> RSGlobalDescriptorSP;155 struct RSGlobalDescriptor { struct157 RSGlobalDescriptor(const RSModuleDescriptor *module, llvm::StringRef name) in RSGlobalDescriptor() argument235 std::vector<RSGlobalDescriptor> m_globals;
2955 m_globals.push_back(RSGlobalDescriptor(this, *lines)); in ParseExportVarCount()3935 void RSGlobalDescriptor::Dump(Stream &strm) const { in Dump()