OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPF_Text
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/ProfileData/
SampleProfWriter.h
27
enum SampleProfileFormat { SPF_None = 0,
SPF_Text
, SPF_Binary, SPF_GCC };
/external/llvm/unittests/ProfileData/
SampleProfTest.cpp
95
testRoundTrip(SampleProfileFormat::
SPF_Text
);
/external/llvm/lib/ProfileData/
SampleProfWriter.cpp
229
else if (Format ==
SPF_Text
)
/external/llvm/tools/llvm-profdata/
llvm-profdata.cpp
147
sampleprof::SPF_None, sampleprof::
SPF_Text
, sampleprof::SPF_Binary,
Completed in 1006 milliseconds