Home
last modified time | relevance | path

Searched refs:sampleprof_category (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DSampleProf.h26 const std::error_category &sampleprof_category();
39 return std::error_code(static_cast<int>(E), sampleprof_category()); in make_error_code()
/external/llvm/lib/ProfileData/
DSampleProf.cpp49 const std::error_category &llvm::sampleprof_category() { in sampleprof_category() function in llvm