Home
last modified time | relevance | path

Searched refs:ECError (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DError.cpp56 void ECError::anchor() {} in anchor()
57 char ECError::ID = 0;
90 return Error(std::make_unique<ECError>(ECError(EC))); in errorCodeToError()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h38 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DError.h53 class BinaryError : public ErrorInfo<BinaryError, ECError> {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DError.cpp83 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error { in isNotObjectErrorInvalidFileType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h1104 class ECError : public ErrorInfo<ECError> {
1118 ECError() = default;
1119 ECError(std::error_code EC) : EC(EC) {} in ECError() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DCaching.cpp110 E = handleErrors(std::move(E), [&](const ECError &E) -> Error { in localCache()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp216 Error NewE = handleErrors(std::move(E), [&](std::unique_ptr<ECError> EC) { in remarksErrorHandler()