Lines Matching refs:SFormat
327 SFormat("show-format", cl::init(ShowFormat::Text),
2689 static int showInstrProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showInstrProfile() argument
2690 if (SFormat == ShowFormat::Json) in showInstrProfile()
2692 if (SFormat == ShowFormat::Yaml) in showInstrProfile()
3066 static int showSampleProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showSampleProfile() argument
3067 if (SFormat == ShowFormat::Yaml) in showSampleProfile()
3087 if (SFormat == ShowFormat::Json) in showSampleProfile()
3092 if (SFormat == ShowFormat::Json) in showSampleProfile()
3121 static int showMemProfProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showMemProfProfile() argument
3122 if (SFormat == ShowFormat::Json) in showMemProfProfile()
3140 ShowFormat SFormat, raw_fd_ostream &OS) { in showDebugInfoCorrelation() argument
3141 if (SFormat == ShowFormat::Json) in showDebugInfoCorrelation()
3148 if (SFormat == ShowFormat::Yaml) { in showDebugInfoCorrelation()
3186 SFormat = ShowFormat::Json; in show_main()
3197 return showDebugInfoCorrelation(DebugInfoFilename, SFormat, OS); in show_main()
3200 return showInstrProfile(SFormat, OS); in show_main()
3202 return showSampleProfile(SFormat, OS); in show_main()
3203 return showMemProfProfile(SFormat, OS); in show_main()