Home
last modified time | relevance | path

Searched defs:ModuleStats (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h127 struct ModuleStats { struct
129 intptr_t identifier;
130 std::string path;
131 std::string uuid;
132 std::string triple;
134 std::string symfile_path;
139 std::vector<intptr_t> symfile_modules;
140 llvm::StringMap<llvm::json::Value> type_system_stats;
141 StatisticsMap symbol_locator_time;
142 double symtab_parse_time = 0.0;
[all …]