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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h38 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp56 void ECError::anchor() {}
57 char ECError::ID = 0;
90 return Error(std::make_unique<ECError>(ECError(EC)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp81 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h49 /// Currently inherits from ECError for easy interoperability with
51 class BinaryError : public ErrorInfo<BinaryError, ECError> {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp109 E = handleErrors(std::move(E), [&](const ECError &E) -> Error {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp67 std::move(error), [&](std::unique_ptr<llvm::ECError> e) -> llvm::Error {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1099 class ECError : public ErrorInfo<ECError> { class in namespace:llvm
1113 ECError() = default;
1114 ECError(std::error_code EC) : EC(EC) {} function in class:llvm::ECError
1130 /// Helper for converting an ECError to a std::error_code.
1132 /// This method requires that Err be Error() or an ECError, otherwise it
1159 /// 1. the error_code message (ECError behavior)

Completed in 124 milliseconds