Searched refs:m_globals (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h85 llvm::pdb::GlobalsStream *m_globals = nullptr; member in class:lldb_private::npdb::PdbIndex
138 llvm::pdb::GlobalsStream &globals() { return *m_globals; }
139 const llvm::pdb::GlobalsStream &globals() const { return *m_globals; }
H A DPdbIndex.cpp51 ASSIGN_PTR_OR_RETURN(result->m_globals, file->getPDBGlobalsStream());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h230 std::vector<RSGlobalDescriptor> m_globals; member in class:lldb_private::lldb_renderscript::RSModuleDescriptor
H A DRenderScriptRuntime.cpp1395 if (uint64_t(args[eRsId]) < rsm->m_globals.size()) {
1396 auto rsg = rsm->m_globals[uint64_t(args[eRsId])];
2956 m_globals.push_back(RSGlobalDescriptor(this, *lines));
3901 strm.Printf("Globals: %" PRIu64, static_cast<uint64_t>(m_globals.size()));
3904 for (const auto &global : m_globals) {

Completed in 374 milliseconds