Searched defs:ModuleStats (Results 1 – 2 of 2) sorted by relevance
97 struct ModuleStats { struct99 intptr_t identifier;100 std::string path;101 std::string uuid;102 std::string triple;104 std::string symfile_path;110 double symtab_parse_time = 0.0;112 double debug_parse_time = 0.0;113 double debug_index_time = 0.0;114 uint64_t debug_info_size = 0;[all …]
204 struct ModuleStats { struct213 typedef struct ModuleStats ModuleStats; argument