Home
last modified time | relevance | path

Searched refs:symfile_ids (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp75 json::Array symfile_ids; in ToJSON() local
77 symfile_ids.emplace_back(symfile_id); in ToJSON()
78 module.try_emplace("symbolFileModuleIdentifiers", std::move(symfile_ids)); in ToJSON()