Searched refs:LLVMRemarkSetupFormatError (Results 1 – 3 of 3) sorted by relevance
70 struct LLVMRemarkSetupFormatError struct71 : LLVMRemarkSetupErrorInfo<LLVMRemarkSetupFormatError> {74 LLVMRemarkSetupFormatError>::LLVMRemarkSetupErrorInfo; argument
90 char LLVMRemarkSetupFormatError::ID = 0;106 return make_error<LLVMRemarkSetupFormatError>(std::move(E)); in setupLLVMOptimizationRemarks()122 return make_error<LLVMRemarkSetupFormatError>(std::move(E)); in setupLLVMOptimizationRemarks()150 return make_error<LLVMRemarkSetupFormatError>(std::move(E)); in setupLLVMOptimizationRemarks()156 return make_error<LLVMRemarkSetupFormatError>(std::move(E)); in setupLLVMOptimizationRemarks()
98 [&](const LLVMRemarkSetupFormatError &E) { in reportOptRecordError()