Home
last modified time | relevance | path

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

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