Searched defs:ModuleStats (Results 1 – 1 of 1) sorted by relevance
99 struct ModuleStats { struct101 intptr_t identifier;102 std::string path;103 std::string uuid;104 std::string triple;106 std::string symfile_path;113 double symtab_parse_time = 0.0;115 double debug_parse_time = 0.0;116 double debug_index_time = 0.0;117 uint64_t debug_info_size = 0;[all …]