Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/
DSampleProfWriter.h27 enum SampleProfileFormat { SPF_None = 0, SPF_Text, SPF_Binary, SPF_GCC }; enumerator
/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp95 testRoundTrip(SampleProfileFormat::SPF_Text); in TEST_F()
/external/llvm/lib/ProfileData/
DSampleProfWriter.cpp229 else if (Format == SPF_Text) in create()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp147 sampleprof::SPF_None, sampleprof::SPF_Text, sampleprof::SPF_Binary,