Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProf.h40 const std::error_category &sampleprof_category();
62 return std::error_code(static_cast<int>(E), sampleprof_category()); in make_error_code()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp100 const std::error_category &llvm::sampleprof_category() { in sampleprof_category() function in llvm