Searched refs:SFormat (Results 1 – 1 of 1) sorted by relevance
354 SFormat("show-format", cl::init(ShowFormat::Text),2748 static int showInstrProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showInstrProfile() argument2749 if (SFormat == ShowFormat::Json) in showInstrProfile()2751 if (SFormat == ShowFormat::Yaml) in showInstrProfile()3141 static int showSampleProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showSampleProfile() argument3142 if (SFormat == ShowFormat::Yaml) in showSampleProfile()3162 if (SFormat == ShowFormat::Json) in showSampleProfile()3167 if (SFormat == ShowFormat::Json) in showSampleProfile()3196 static int showMemProfProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showMemProfProfile() argument3197 if (SFormat == ShowFormat::Json) in showMemProfProfile()[all …]