Home
last modified time | relevance | path

Searched refs:instrprof_category (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProf.h163 const std::error_category &instrprof_category();
184 return std::error_code(static_cast<int>(E), instrprof_category()); in make_error_code()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp52 if (Error.category() == instrprof_category()) { in exitWithErrorCode()
79 if (Error.category() == instrprof_category()) { in handleMergeWriterError()
/external/llvm/lib/ProfileData/
DInstrProf.cpp69 const std::error_category &llvm::instrprof_category() { in instrprof_category() function in llvm