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

12

/freebsd-11-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.cpp87 std::error_code DuplicateDefinition::convertToErrorCode() const { function in class:llvm::orc::DuplicateDefinition
102 std::error_code JITSymbolNotFound::convertToErrorCode() const { function in class:llvm::orc::JITSymbolNotFound
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A DDWPError.h13 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamError.h35 std::error_code convertToErrorCode() const override;
H A DSymbolRemappingReader.h77 std::error_code convertToErrorCode() const override {
H A DFileUtilities.h96 std::error_code convertToErrorCode() const override {
H A 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; }
1119 /// The value returned by this function can be returned from convertToErrorCode
1185 std::error_code convertToErrorCode() const override;
1239 std::error_code convertToErrorCode() const override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeGenError.h38 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcError.h50 std::error_code convertToErrorCode() const override;
62 std::error_code convertToErrorCode() const override;
/freebsd-11-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.h70 std::error_code convertToErrorCode() const override {
327 std::error_code convertToErrorCode() const override {
348 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h51 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DError.h53 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DRemarkStreamer.h68 EC = EIB.convertToErrorCode();
73 std::error_code convertToErrorCode() const override { return EC; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp84 if (M->convertToErrorCode() == object_error::invalid_file_type)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h37 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkParser.h33 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h41 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h50 std::error_code convertToErrorCode() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DCaching.cpp110 std::error_code EC = E.convertToErrorCode();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h186 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCxxModuleHandler.cpp107 std::error_code convertToErrorCode() const override {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp68 std::error_code ec = e->convertToErrorCode();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp55 std::error_code JITLinkError::convertToErrorCode() const { function in class:llvm::jitlink::JITLinkError

Completed in 300 milliseconds

12