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;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 …]