Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DRPCUtils.cpp25 std::error_code ConnectionClosed::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::rpc::ConnectionClosed
33 std::error_code ResponseAbandoned::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::rpc::ResponseAbandoned
44 std::error_code CouldNotNegotiate::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::rpc::CouldNotNegotiate
H A DOrcError.cpp86 std::error_code DuplicateDefinition::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::DuplicateDefinition
101 std::error_code JITSymbolNotFound::convertToErrorCode() const { in convertToErrorCode() function in llvm::orc::JITSymbolNotFound
/freebsd-12.1/contrib/llvm/lib/Support/
H A DError.cpp73 std::error_code ErrorList::convertToErrorCode() const { in convertToErrorCode() function in llvm::ErrorList
83 std::error_code FileError::convertToErrorCode() const { in convertToErrorCode() function in llvm::FileError
97 EC = EI.convertToErrorCode(); in errorToErrorCode()
132 std::error_code StringError::convertToErrorCode() const { in convertToErrorCode() function in llvm::StringError
H A DBinaryStreamError.cpp54 std::error_code BinaryStreamError::convertToErrorCode() const { in convertToErrorCode() function in BinaryStreamError
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h49 std::error_code convertToErrorCode() const override;
61 std::error_code convertToErrorCode() const override;
H A DCore.h112 std::error_code convertToErrorCode() const override;
126 std::error_code convertToErrorCode() const override;
140 std::error_code convertToErrorCode() const override;
H A DRPCUtils.h48 std::error_code convertToErrorCode() const override;
67 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
100 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
121 std::error_code convertToErrorCode() const override;
132 std::error_code convertToErrorCode() const override;
H A DOrcRemoteTargetRPCAPI.h40 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryStreamError.h36 std::error_code convertToErrorCode() const override;
H A DSymbolRemappingReader.h78 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
H A DError.h68 virtual std::error_code convertToErrorCode() const = 0;
378 std::error_code convertToErrorCode() const override;
1073 std::error_code convertToErrorCode() const override { return EC; } in convertToErrorCode() function
1152 std::error_code convertToErrorCode() const override;
1191 std::error_code convertToErrorCode() const override;
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DError.h54 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticError.h52 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-12.1/contrib/llvm/lib/Object/
H A DError.cpp86 if (M->convertToErrorCode() == object_error::invalid_file_type) in isNotObjectErrorInvalidFileType()
/freebsd-12.1/contrib/llvm/include/llvm/MCA/
H A DSupport.h38 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h62 std::error_code convertToErrorCode() const override;
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DCaching.cpp109 std::error_code EC = E.convertToErrorCode(); in localCache()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h50 std::error_code convertToErrorCode() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp71 std::error_code ec = e->convertToErrorCode(); in operator =()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DReplacement.h187 std::error_code convertToErrorCode() const override { in convertToErrorCode() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTImporter.h69 std::error_code convertToErrorCode() const override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp347 if (EIB.convertToErrorCode() == in ExtractPCH()
/freebsd-12.1/contrib/llvm/lib/OptRemarks/
H A DOptRemarksParser.cpp104 std::error_code convertToErrorCode() const override { in convertToErrorCode() function in __anondd70ad610111::ParseError
/freebsd-12.1/contrib/llvm/tools/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp117 std::error_code IndexError::convertToErrorCode() const { in convertToErrorCode() function in clang::cross_tu::IndexError
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h329 std::error_code convertToErrorCode() const override;

12