HomeSort by: relevance | last modified time | path
    Searched refs:SPF_Binary (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 755 if (Format == SPF_Binary || Format == SPF_Ext_Binary ||
781 (Format == SPF_Binary || Format == SPF_Compact_Binary))
784 if (Format == SPF_Binary)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfReader.h 613 SampleProfileFormat Format = SPF_Binary)
SampleProf.h 93 SPF_Binary = 0xff
96 static inline uint64_t SPMagic(SampleProfileFormat Format = SPF_Binary) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp 21 clEnumValN(SPF_Binary, "binary", "Binary encoding (default)"),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
llvm-profdata.cpp 605 sampleprof::SPF_Binary};

Completed in 21 milliseconds