HomeSort by: relevance | last modified time | path
    Searched refs:ECError (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/WindowsManifest/
WindowsManifestMerger.h 38 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Error.cpp 56 void ECError::anchor() {}
57 char ECError::ID = 0;
90 return Error(std::make_unique<ECError>(ECError(EC)));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Error.h 51 /// Currently inherits from ECError for easy interoperability with
53 class BinaryError : public ErrorInfo<BinaryError, ECError> {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
Error.cpp 83 return handleErrors(std::move(Err), [](std::unique_ptr<ECError> M) -> Error {
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
Caching.cpp 110 E = handleErrors(std::move(E), [&](const ECError &E) -> Error {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Error.h 1104 class ECError : public ErrorInfo<ECError> {
1118 ECError() = default;
1119 ECError(std::error_code EC) : EC(EC) {}
1135 /// Helper for converting an ECError to a std::error_code.
1137 /// This method requires that Err be Error() or an ECError, otherwise it
1164 /// 1. the error_code message (ECError behavior)
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DwarfLinkerForBinary.cpp 216 Error NewE = handleErrors(std::move(E), [&](std::unique_ptr<ECError> EC) {

Completed in 42 milliseconds