Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp100 const std::error_category &llvm::sampleprof_category() { in sampleprof_category() function in llvm
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h45 const std::error_category &sampleprof_category();
66 return std::error_code(static_cast<int>(E), sampleprof_category()); in make_error_code()