Lines Matching defs:SFormat
386 SFormat("show-format", cl::init(ShowFormat::Text),
2830 static int showInstrProfile(ShowFormat SFormat, raw_fd_ostream &OS) {
2831 if (SFormat == ShowFormat::Json)
2833 if (SFormat == ShowFormat::Yaml)
3220 static int showSampleProfile(ShowFormat SFormat, raw_fd_ostream &OS) {
3221 if (SFormat == ShowFormat::Yaml)
3241 if (SFormat == ShowFormat::Json)
3246 if (SFormat == ShowFormat::Json)
3275 static int showMemProfProfile(ShowFormat SFormat, raw_fd_ostream &OS) {
3276 if (SFormat == ShowFormat::Json)
3314 ShowFormat SFormat, raw_fd_ostream &OS) {
3315 if (SFormat == ShowFormat::Json)
3322 if (SFormat == ShowFormat::Yaml) {
3361 SFormat = ShowFormat::Json;
3372 return showDebugInfoCorrelation(DebugInfoFilename, SFormat, OS);
3375 return showInstrProfile(SFormat, OS);
3377 return showSampleProfile(SFormat, OS);
3378 return showMemProfProfile(SFormat, OS);