Searched refs:instrprof_category (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h22 const std::error_category &instrprof_category();
41 return std::error_code(static_cast<int>(E), instrprof_category());
/external/llvm/lib/ProfileData/
H A DInstrProf.cpp58 const std::error_category &llvm::instrprof_category() { function in class:llvm

Completed in 609 milliseconds