HomeSort by relevance Sort by last modified time
    Searched refs:readProfile (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
InstrProfTest.cpp 45 void readProfile(std::unique_ptr<MemoryBuffer> Profile) {
63 readProfile(std::move(Profile));
75 readProfile(std::move(Profile));
93 readProfile(std::move(Profile));
118 readProfile(std::move(Profile));
152 readProfile(std::move(Profile));
209 readProfile(std::move(Profile));
250 readProfile(std::move(Profile));
282 readProfile(std::move(Profile));
390 readProfile(std::move(Profile))
    [all...]
SampleProfTest.cpp 54 void readProfile(std::unique_ptr<MemoryBuffer> &Profile) {
97 readProfile(Profile);
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 50 void readProfile(std::unique_ptr<MemoryBuffer> Profile) {
68 readProfile(std::move(Profile));
76 readProfile(std::move(Profile));
96 readProfile(std::move(Profile));
123 readProfile(std::move(Profile));
157 readProfile(std::move(Profile));
237 readProfile(std::move(Profile));
269 readProfile(std::move(Profile));
380 readProfile(std::move(Profile));
430 readProfile(std::move(Profile))
    [all...]
SampleProfTest.cpp 60 void readProfile(std::unique_ptr<MemoryBuffer> &Profile) {
98 readProfile(Profile);
  /external/llvm/include/llvm/ProfileData/
SampleProfReader.h 375 std::error_code readProfile(FunctionSamples &FProfile);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
SampleProfReader.h 396 std::error_code readProfile(FunctionSamples &FProfile);
  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 289 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) {
358 if (std::error_code EC = readProfile(CalleeProfile))
381 if (std::error_code EC = readProfile(FProfile))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
SampleProfReader.cpp 350 SampleProfileReaderBinary::readProfile(FunctionSamples &FProfile) {
419 if (std::error_code EC = readProfile(CalleeProfile))
442 if (std::error_code EC = readProfile(FProfile))

Completed in 209 milliseconds