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.cpp121 E = handleErrors(std::move(E), [&](const ECError &E) -> Error { in localCache()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h41 : public ErrorInfo<WindowsManifestError, ECError> {
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h53 class LLVM_ABI 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/lldb/source/Utility/
H A DStatus.cpp126 if (e.isA<llvm::ECError>()) in CloneError()
201 if (m_error.isA<llvm::ECError>()) in AsCString()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp181 [&](std::unique_ptr<ECError> EC) -> Error { in llvm_dwp_main()
206 [&](std::unique_ptr<ECError> EC) -> Error { in llvm_dwp_main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1193 class LLVM_ABI ECError : public ErrorInfo<ECError> {
1207 ECError() = default;
1208 ECError(std::error_code EC) : EC(EC) {} in ECError() function
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp666 [&](std::unique_ptr<ECError> EC) -> Error { in write()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp906 ExpectedFile.takeError(), [&](const llvm::ECError &E) -> llvm::Error { in createOutputFileImpl()