Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp88 enum class ShowFormat { Text, Json, Yaml }; enum
353 cl::opt<ShowFormat>
354 SFormat("show-format", cl::init(ShowFormat::Text),
357 cl::values(clEnumValN(ShowFormat::Text, "text",
359 clEnumValN(ShowFormat::Json, "json", "emit JSON"),
360 clEnumValN(ShowFormat::Yaml, "yaml", "emit YAML")));
2748 static int showInstrProfile(ShowFormat SFormat, raw_fd_ostream &OS) { in showInstrProfile()
2749 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()
[all …]