Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp391 SFormat("show-format", cl::init(ShowFormat::Text),
2844 static int showInstrProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showInstrProfile() argument
2845 if (SFormat == ShowFormat::Json) in showInstrProfile()
2847 if (SFormat == ShowFormat::Yaml) in showInstrProfile()
3234 static int showSampleProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showSampleProfile() argument
3235 if (SFormat == ShowFormat::Yaml) in showSampleProfile()
3255 if (SFormat == ShowFormat::Json) in showSampleProfile()
3260 if (SFormat == ShowFormat::Json) in showSampleProfile()
3289 static int showMemProfProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showMemProfProfile() argument
3290 if (SFormat == ShowFormat::Json) in showMemProfProfile()
[all …]