Home
last modified time | relevance | path

Searched refs:m_globals (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.h85 llvm::pdb::GlobalsStream *m_globals = nullptr; variable
137 llvm::pdb::GlobalsStream &globals() { return *m_globals; } in globals()
138 const llvm::pdb::GlobalsStream &globals() const { return *m_globals; } in globals()
DPdbIndex.cpp51 ASSIGN_PTR_OR_RETURN(result->m_globals, file->getPDBGlobalsStream()); in create()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp4363 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 …]
Dgl4cEnhancedLayoutsTests.hpp595 std::string m_globals; member
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.h234 std::vector<RSGlobalDescriptor> m_globals; variable
DRenderScriptRuntime.cpp1405 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()