Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp89 enum class ShowFormat { Text, Json, Yaml }; enum
326 cl::opt<ShowFormat>
2690 if (SFormat == ShowFormat::Json) in showInstrProfile()
2692 if (SFormat == ShowFormat::Yaml) in showInstrProfile()
3067 if (SFormat == ShowFormat::Yaml) in showSampleProfile()
3087 if (SFormat == ShowFormat::Json) in showSampleProfile()
3092 if (SFormat == ShowFormat::Json) in showSampleProfile()
3122 if (SFormat == ShowFormat::Json) in showMemProfProfile()
3141 if (SFormat == ShowFormat::Json) in showDebugInfoCorrelation()
3148 if (SFormat == ShowFormat::Yaml) { in showDebugInfoCorrelation()
[all …]