Lines Matching defs:SFormat
354 SFormat("show-format", cl::init(ShowFormat::Text),
2748 static int showInstrProfile(ShowFormat SFormat, raw_fd_ostream &OS) {
2749 if (SFormat == ShowFormat::Json)
2751 if (SFormat == ShowFormat::Yaml)
3141 static int showSampleProfile(ShowFormat SFormat, raw_fd_ostream &OS) {
3142 if (SFormat == ShowFormat::Yaml)
3162 if (SFormat == ShowFormat::Json)
3167 if (SFormat == ShowFormat::Json)
3196 static int showMemProfProfile(ShowFormat SFormat, raw_fd_ostream &OS) {
3197 if (SFormat == ShowFormat::Json)
3215 ShowFormat SFormat, raw_fd_ostream &OS) {
3216 if (SFormat == ShowFormat::Json)
3223 if (SFormat == ShowFormat::Yaml) {
3262 SFormat = ShowFormat::Json;
3273 return showDebugInfoCorrelation(DebugInfoFilename, SFormat, OS);
3276 return showInstrProfile(SFormat, OS);
3278 return showSampleProfile(SFormat, OS);
3279 return showMemProfProfile(SFormat, OS);