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

  /external/llvm/lib/ProfileData/
SampleProf.cpp 61 const std::error_category &llvm::sampleprof_category() { function in class:llvm
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 29 const std::error_category &sampleprof_category();
46 return std::error_code(static_cast<int>(E), sampleprof_category());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
SampleProf.cpp 71 const std::error_category &llvm::sampleprof_category() { function in class:llvm
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
SampleProf.h 39 const std::error_category &sampleprof_category();
56 return std::error_code(static_cast<int>(E), sampleprof_category());

Completed in 1458 milliseconds