Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp60 void ECError::anchor() {} in anchor()
61 char ECError::ID = 0;
114 return Error(std::make_unique<ECError>(ECError(EC))); in errorCodeToError()
H A DCaching.cpp118 E = handleErrors(std::move(E), [&](const ECError &E) -> Error { in localCache()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h39 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h52 class BinaryError : public ErrorInfo<BinaryError, ECError> {
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp83 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error { in isNotObjectErrorInvalidFileType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h37 class HTTPServerError : public ErrorInfo<HTTPServerError, ECError> {
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp179 [&](std::unique_ptr<ECError> EC) -> Error { in llvm_dwp_main()
204 [&](std::unique_ptr<ECError> EC) -> Error { in llvm_dwp_main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1174 class ECError : public ErrorInfo<ECError> {
1188 ECError() = default;
1189 ECError(std::error_code EC) : EC(EC) {} in ECError() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp70 std::move(error), [&](std::unique_ptr<llvm::ECError> e) -> llvm::Error { in operator =()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp669 [&](std::unique_ptr<ECError> EC) -> Error { in write()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp909 ExpectedFile.takeError(), [&](const llvm::ECError &E) -> llvm::Error { in createOutputFileImpl()