Searched refs:SampleProfileFormat (Results 1 – 3 of 3) sorted by relevance
28 enum SampleProfileFormat { SPF_None = 0, SPF_Text, SPF_Binary, SPF_GCC }; enum76 create(StringRef Filename, SampleProfileFormat Format);
111 SampleProfileWriter::create(StringRef Filename, SampleProfileFormat Format) { in create()
68 sampleprof::SampleProfileFormat OutputFormat) { in mergeSampleProfile()112 cl::opt<sampleprof::SampleProfileFormat> OutputFormat( in merge_main()