Searched refs:m_globals (Results 1 – 6 of 6) sorted by relevance
85 llvm::pdb::GlobalsStream *m_globals = nullptr; variable137 llvm::pdb::GlobalsStream &globals() { return *m_globals; } in globals()138 const llvm::pdb::GlobalsStream &globals() const { return *m_globals; } in globals()
51 ASSIGN_PTR_OR_RETURN(result->m_globals, file->getPDBGlobalsStream()); in create()
4363 return m_globals; in GetDefinitionsGlobals()4655 m_compute.m_globals = m_vertex.m_globals; in CloneVertexInterface()4656 m_fragment.m_globals = m_vertex.m_globals; in CloneVertexInterface()4657 m_geometry.m_globals = m_vertex.m_globals; in CloneVertexInterface()4658 m_tess_ctrl.m_globals = m_vertex.m_globals; in CloneVertexInterface()4659 m_tess_eval.m_globals = m_vertex.m_globals; in CloneVertexInterface()8560 program_interface.m_vertex.m_globals = globals; in test()8561 program_interface.m_tess_ctrl.m_globals = globals; in test()8562 program_interface.m_tess_eval.m_globals = globals; in test()8563 program_interface.m_geometry.m_globals = globals; in test()[all …]
595 std::string m_globals; member
234 std::vector<RSGlobalDescriptor> m_globals; variable
1405 if (uint64_t(args[eRsId]) < rsm->m_globals.size()) { in CaptureSetGlobalVar()1406 auto rsg = rsm->m_globals[uint64_t(args[eRsId])]; in CaptureSetGlobalVar()2966 m_globals.push_back(RSGlobalDescriptor(this, *lines)); in ParseExportVarCount()3911 strm.Printf("Globals: %" PRIu64, static_cast<uint64_t>(m_globals.size())); in Dump()3914 for (const auto &global : m_globals) { in Dump()