Home
last modified time | relevance | path

Searched refs:errorToErrorCode (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp59 return errorToErrorCode(NameOrErr.takeError()); in create()
64 return errorToErrorCode(E.takeError()); in create()
171 return errorToErrorCode(SymbolTypeOrErr.takeError()); in addSymbol()
177 return errorToErrorCode(SymbolAddressOrErr.takeError()); in addSymbol()
197 return errorToErrorCode(SymbolNameOrErr.takeError()); in addSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemoryBuffer.cpp220 return errorToErrorCode(ReadBytes.takeError()); in getMemoryBufferForStream()
250 return errorToErrorCode(FDOrErr.takeError()); in getFileAux()
369 return errorToErrorCode(FDOrErr.takeError()); in getReadWriteFile()
469 return errorToErrorCode(ReadBytes.takeError()); in getOpenFileImpl()
511 return errorToErrorCode(FDOrErr.takeError()); in getFileAsStream()
DError.cpp93 std::error_code errorToErrorCode(Error Err) { in errorToErrorCode() function
DVirtualFileSystem.cpp302 return errorToErrorCode(FDOrErr.takeError()); in openFileForRead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DCaching.cpp57 EC = errorToErrorCode(FDOrErr.takeError()); in localCache()
DLTOModule.cpp175 std::error_code EC = errorToErrorCode(std::move(E)); in parseBitcodeFileImpl()
DThinLTOCodeGenerator.cpp361 return errorToErrorCode(FDOrErr.takeError()); in tryLoadingBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp136 << errorToErrorCode(Def.takeError()).message(); in dlltoolDriverMain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h310 report_fatal_error(errorToErrorCode(RelSecOrErr.takeError()).message()); in getRelSection()
405 report_fatal_error(errorToErrorCode(Ret.takeError()).message()); in getSymbol()
840 report_fatal_error(errorToErrorCode(SymSecOrErr.takeError()).message()); in section_rel_end()
932 report_fatal_error(errorToErrorCode(Ret.takeError()).message()); in getRel()
942 report_fatal_error(errorToErrorCode(Ret.takeError()).message()); in getRela()
DCOFF.h1018 return errorToErrorCode(std::move(E)); in getAuxSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h899 std::error_code errorToErrorCode(Error Err);
911 return errorToErrorCode(std::move(Err)); in expectedToErrorOr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DError.h1134 std::error_code errorToErrorCode(Error Err);
1146 return errorToErrorCode(std::move(Err)); in expectedToErrorOr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc1054 return errorToErrorCode(H.takeError());
1181 return errorToErrorCode(Result.takeError());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp977 return errorToErrorCode(NameOrErr.takeError()); in getSection()