Searched refs:convertToErrorCode (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OrcError/
H A DRPCError.cpp29 std::error_code ConnectionClosed::convertToErrorCode() const { function in class:llvm::orc::rpc::ConnectionClosed
37 std::error_code ResponseAbandoned::convertToErrorCode() const { function in class:llvm::orc::rpc::ResponseAbandoned
48 std::error_code CouldNotNegotiate::convertToErrorCode() const { function in class:llvm::orc::rpc::CouldNotNegotiate
H A DOrcError.cpp91 std::error_code DuplicateDefinition::convertToErrorCode() const { function in class:llvm::orc::DuplicateDefinition
106 std::error_code JITSymbolNotFound::convertToErrorCode() const { function in class:llvm::orc::JITSymbolNotFound
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DDWPError.h13 std::error_code convertToErrorCode() const override {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeGenError.h38 std::error_code convertToErrorCode() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h35 std::error_code convertToErrorCode() const override;
H A DFileUtilities.h96 std::error_code convertToErrorCode() const override {
H A DSymbolRemappingReader.h77 std::error_code convertToErrorCode() const override {
H A DError.h67 virtual std::error_code convertToErrorCode() const = 0;
383 std::error_code convertToErrorCode() const override;
1111 std::error_code convertToErrorCode() const override { return EC; }
1124 /// The value returned by this function can be returned from convertToErrorCode
1190 std::error_code convertToErrorCode() const override;
1244 std::error_code convertToErrorCode() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h52 std::error_code convertToErrorCode() const override;
64 std::error_code convertToErrorCode() const override;
H A DCore.h328 std::error_code convertToErrorCode() const override;
343 std::error_code convertToErrorCode() const override;
357 std::error_code convertToErrorCode() const override;
375 std::error_code convertToErrorCode() const override;
394 std::error_code convertToErrorCode() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h48 EC = EIB.convertToErrorCode();
53 std::error_code convertToErrorCode() const override { return EC; }
/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DError.h53 std::error_code convertToErrorCode() const override {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h51 std::error_code convertToErrorCode() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamError.cpp53 std::error_code BinaryStreamError::convertToErrorCode() const { function in class:BinaryStreamError
H A DError.cpp72 std::error_code ErrorList::convertToErrorCode() const { function in class:llvm::ErrorList
82 std::error_code FileError::convertToErrorCode() const { function in class:llvm::FileError
96 EC = EI.convertToErrorCode();
132 std::error_code StringError::convertToErrorCode() const { function in class:llvm::StringError
H A DFileCheckImpl.h105 std::error_code convertToErrorCode() const override {
218 std::error_code convertToErrorCode() const override {
518 std::error_code convertToErrorCode() const override {
539 std::error_code convertToErrorCode() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp86 if (M->convertToErrorCode() == object_error::invalid_file_type)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h37 std::error_code convertToErrorCode() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkParser.h33 std::error_code convertToErrorCode() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h41 std::error_code convertToErrorCode() const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp110 std::error_code EC = E.convertToErrorCode();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp107 std::error_code convertToErrorCode() const override {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp72 std::error_code ec = e->convertToErrorCode();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h50 std::error_code convertToErrorCode() const override;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h71 std::error_code convertToErrorCode() const override;

Completed in 305 milliseconds

12