HomeSort by relevance Sort by last modified time
    Searched full:sampleprof (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/ProfileData/
CMakeLists.txt 8 SampleProf.cpp
SampleProf.cpp 1 //=-- SampleProf.cpp - Sample profiling format support --------------------===//
15 #include "llvm/ProfileData/SampleProf.h"
19 using namespace llvm::sampleprof;
24 const char *name() const LLVM_NOEXCEPT override { return "llvm.sampleprof"; }
68 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
83 inline raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
102 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
143 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
Android.mk 10 SampleProf.cpp \
SampleProfWriter.cpp 29 using namespace llvm::sampleprof;
SampleProfReader.cpp 32 using namespace llvm::sampleprof;
  /external/llvm/tools/llvm-profdata/
llvm-profdata.cpp 146 static sampleprof::SampleProfileFormat FormatMap[] = {
147 sampleprof::SPF_None, sampleprof::SPF_Text, sampleprof::SPF_Binary,
148 sampleprof::SPF_GCC};
153 using namespace sampleprof;
161 SmallVector<std::unique_ptr<sampleprof::SampleProfileReader>, 5> Readers;
344 using namespace sampleprof;
  /external/llvm/include/llvm/ProfileData/
SampleProfWriter.h 18 #include "llvm/ProfileData/SampleProf.h"
25 namespace sampleprof { namespace in namespace:llvm
130 } // End namespace sampleprof
SampleProf.h 1 //=-- SampleProf.h - Sampling profiling format support --------------------===//
68 namespace sampleprof { namespace in namespace:llvm
382 } // end namespace sampleprof
SampleProfReader.h 193 #include "llvm/ProfileData/SampleProf.h"
203 namespace sampleprof { namespace in namespace:llvm
405 } // End namespace sampleprof
  /external/llvm/unittests/ProfileData/
SampleProfTest.cpp 18 using namespace sampleprof;
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 54 using namespace sampleprof;
    [all...]

Completed in 384 milliseconds