Home
last modified time | relevance | path

Searched refs:symfile_modules (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStatistics.cpp77 if (!symfile_modules.empty()) { in ToJSON()
79 for (const auto symfile_id: symfile_modules) in ToJSON()
278 module_stat.symfile_modules.push_back((intptr_t)symbol_module.get()); in ReportStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h111 std::vector<intptr_t> symfile_modules; member