Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DError.cpp57 void ECError::anchor() {} in anchor()
58 char ECError::ID = 0;
91 return Error(llvm::make_unique<ECError>(ECError(EC))); in errorCodeToError()
/freebsd-12.1/contrib/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h39 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DError.h52 class BinaryError : public ErrorInfo<BinaryError, ECError> {
/freebsd-12.1/contrib/llvm/lib/Object/
H A DError.cpp83 handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error { in isNotObjectErrorInvalidFileType()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DError.h1066 class ECError : public ErrorInfo<ECError> {
1080 ECError() = default;
1081 ECError(std::error_code EC) : EC(EC) {} in ECError() function
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DCaching.cpp108 E = handleErrors(std::move(E), [&](const ECError &E) -> Error { in localCache()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp70 std::move(error), [&](std::unique_ptr<llvm::ECError> e) -> llvm::Error { in operator =()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp595 [&](std::unique_ptr<ECError> EC) -> Error { in maybeMergeTypeServerPDB()