Searched refs:ShowFormat (Results 1 – 1 of 1) sorted by relevance
89 enum class ShowFormat { Text, Json, Yaml }; enum326 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 …]