Searched refs:ECError (Results 1 – 10 of 10) sorted by relevance
58 void ECError::anchor() {} in anchor()59 char ECError::ID = 0;95 return Error(std::make_unique<ECError>(ECError(EC))); in errorCodeToError()
116 E = handleErrors(std::move(E), [&](const ECError &E) -> Error { in localCache()
39 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
52 class BinaryError : public ErrorInfo<BinaryError, ECError> {
83 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error { in isNotObjectErrorInvalidFileType()
105 handleAllErrors(std::move(Err), [&](std::unique_ptr<llvm::ECError> ECErr) { in CheckIPSupport()
1141 class ECError : public ErrorInfo<ECError> {1155 ECError() = default;1156 ECError(std::error_code EC) : EC(EC) {} in ECError() function
70 std::move(error), [&](std::unique_ptr<llvm::ECError> e) -> llvm::Error { in operator =()
216 Error NewE = handleErrors(std::move(E), [&](std::unique_ptr<ECError> EC) { in remarksErrorHandler()
889 ExpectedFile.takeError(), [&](const llvm::ECError &E) -> llvm::Error { in createOutputFileImpl()