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.h99 struct ModuleStats { struct
101 intptr_t identifier;
102 std::string path;
103 std::string uuid;
104 std::string triple;
106 std::string symfile_path;
111 std::vector<intptr_t> symfile_modules;
112 llvm::StringMap<llvm::json::Value> type_system_stats;
113 double symtab_parse_time = 0.0;
114 double symtab_index_time = 0.0;
[all …]