Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2690 if (SFormat == ShowFormat::Json) in showInstrProfile()
2692 if (SFormat == ShowFormat::Yaml) in showInstrProfile()
3067 if (SFormat == ShowFormat::Yaml) in showSampleProfile()
3087 if (SFormat == ShowFormat::Json) in showSampleProfile()
3092 if (SFormat == ShowFormat::Json) in showSampleProfile()
3122 if (SFormat == ShowFormat::Json) in showMemProfProfile()
3141 if (SFormat == ShowFormat::Json) in showDebugInfoCorrelation()
3148 if (SFormat == ShowFormat::Yaml) { in showDebugInfoCorrelation()
3186 SFormat = ShowFormat::Json; in show_main()
3200 return showInstrProfile(SFormat, OS); in show_main()
[all …]