Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp223 TimerGroup::printAllJSONValues(OS, delim); in PrintStatisticsJSON()
H A DTimer.cpp476 const char *TimerGroup::printAllJSONValues(raw_ostream &OS, const char *delim) { in printAllJSONValues() function in TimerGroup
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h247 LLVM_ABI static const char *printAllJSONValues(raw_ostream &OS,
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp305 llvm::TimerGroup::printAllJSONValues(*IOFile, ""); in cc1_main()