Searched refs:sampleprof_category (Results 1 – 2 of 2) sorted by relevance
100 const std::error_category &llvm::sampleprof_category() { in sampleprof_category() function in llvm
45 const std::error_category &sampleprof_category();66 return std::error_code(static_cast<int>(E), sampleprof_category()); in make_error_code()