Searched defs:instrprof_error (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h24 enum class instrprof_error { class in namespace:llvm
40 inline std::error_code make_error_code(instrprof_error E) {
48 struct is_error_code_enum<llvm::instrprof_error> : std::true_type {};

Completed in 1241 milliseconds