Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStatistics.h97 struct ModuleStats { struct
99 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 …]
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c204 struct ModuleStats { struct
213 typedef struct ModuleStats ModuleStats; argument