Home
last modified time | relevance | path

Searched refs:convertToErrorCode (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OrcError/
DRPCError.cpp29 std::error_code ConnectionClosed::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::rpc::ConnectionClosed
37 std::error_code ResponseAbandoned::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::rpc::ResponseAbandoned
48 std::error_code CouldNotNegotiate::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::rpc::CouldNotNegotiate
DOrcError.cpp87 std::error_code DuplicateDefinition::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::DuplicateDefinition
102 std::error_code JITSymbolNotFound::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::JITSymbolNotFound
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DError.cpp72 std::error_code ErrorList::convertToErrorCode() const { in convertToErrorCode() function in llvm::ErrorList
82 std::error_code FileError::convertToErrorCode() const { in convertToErrorCode() function in llvm::FileError
96 EC = EI.convertToErrorCode(); in errorToErrorCode()
132 std::error_code StringError::convertToErrorCode() const { in convertToErrorCode() function in llvm::StringError
DBinaryStreamError.cpp53 std::error_code BinaryStreamError::convertToErrorCode() const { in convertToErrorCode() function in BinaryStreamError
DFileCheckImpl.h70 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
327 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
348 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcError.h50 std::error_code convertToErrorCode() const override;
62 std::error_code convertToErrorCode() const override;
DCore.h390 std::error_code convertToErrorCode() const override;
405 std::error_code convertToErrorCode() const override;
419 std::error_code convertToErrorCode() const override;
DOrcRemoteTargetRPCAPI.h39 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
DRemoteObjectLayer.h180 EIB->convertToErrorCode())); in teeLog()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRemarkStreamer.h68 EC = EIB.convertToErrorCode(); in RemarkSetupErrorInfo()
73 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamError.h35 std::error_code convertToErrorCode() const override;
DSymbolRemappingReader.h77 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
DFileUtilities.h96 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
DError.h67 virtual std::error_code convertToErrorCode() const = 0;
377 std::error_code convertToErrorCode() const override;
1106 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
1185 std::error_code convertToErrorCode() const override;
1239 std::error_code convertToErrorCode() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DError.cpp84 if (M->convertToErrorCode() == object_error::invalid_file_type) in isNotObjectErrorInvalidFileType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DSupport.h37 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DRemarkParser.h33 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h65 virtual std::error_code convertToErrorCode() const = 0;
346 std::error_code convertToErrorCode() const override;
871 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
927 std::error_code convertToErrorCode() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DYAMLRemarkParser.h41 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DCaching.cpp110 std::error_code EC = E.convertToErrorCode(); in localCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h50 std::error_code convertToErrorCode() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h47 std::error_code convertToErrorCode() const override;
66 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
99 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
120 std::error_code convertToErrorCode() const override;
131 std::error_code convertToErrorCode() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLink.cpp55 std::error_code JITLinkError::convertToErrorCode() const { in convertToErrorCode() function in llvm::jitlink::JITLinkError
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h328 std::error_code convertToErrorCode() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCore.cpp315 std::error_code FailedToMaterialize::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::FailedToMaterialize
334 std::error_code SymbolsNotFound::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::SymbolsNotFound
347 std::error_code SymbolsCouldNotBeRemoved::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::SymbolsCouldNotBeRemoved

12