Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DError.cpp58 void ECError::anchor() {} in anchor()
59 char ECError::ID = 0;
95 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()
/openbsd-src/gnu/llvm/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h39 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DError.h52 class BinaryError : public ErrorInfo<BinaryError, ECError> {
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp117 [&](std::unique_ptr<ECError> EC) -> Error { in main()
139 [&](std::unique_ptr<ECError> EC) -> Error { in main()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DError.cpp83 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error { in isNotObjectErrorInvalidFileType()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DError.h1148 class ECError : public ErrorInfo<ECError> {
1162 ECError() = default;
1163 ECError(std::error_code EC) : EC(EC) {} in ECError() function
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStatus.cpp70 std::move(error), [&](std::unique_ptr<llvm::ECError> e) -> llvm::Error { in operator =()
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp593 [&](std::unique_ptr<ECError> EC) -> Error { in write()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp215 Error NewE = handleErrors(std::move(E), [&](std::unique_ptr<ECError> EC) { in remarksErrorHandler()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp900 ExpectedFile.takeError(), [&](const llvm::ECError &E) -> llvm::Error { in createOutputFileImpl()