Home
last modified time | relevance | path

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

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