Searched refs:errorCodeToError (Results 26 - 50 of 79) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1177 return errorCodeToError(EC);
1194 return errorCodeToError(RemoveEC);
1236 return errorCodeToError(EC);
1240 return errorCodeToError(RenameEC);
1250 return errorCodeToError(EC);
1259 return errorCodeToError(EC);
1271 return errorCodeToError(EC);
1279 return errorCodeToError(EC);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1105 friend Error errorCodeToError(std::error_code);
1133 Error errorCodeToError(std::error_code EC);
1144 return errorCodeToError(EC);
1291 return createFileError(F, errorCodeToError(EC));
1297 return createFileError(F, Line, errorCodeToError(EC));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp64 return llvm::errorCodeToError(buffer.getError());
445 return errorCodeToError(path.getError());
451 return llvm::errorCodeToError(
H A DSocket.cpp96 return llvm::errorCodeToError(llvm::mapWindowsError(::WSAGetLastError()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp117 fatalOpenError(errorCodeToError(MaybeBuf.getError()), Arg->getValue());
344 fatalOpenError(errorCodeToError(MOrErr.getError()), Path);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp121 return llvm::errorCodeToError(ec);
H A DStatus.cpp94 return llvm::errorCodeToError(
H A DProcessInfo.cpp356 return llvm::errorCodeToError(ec);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp117 return make_error<LLVMRemarkSetupFileError>(errorCodeToError(EC));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DArchive.cpp447 return errorCodeToError(EC);
724 Err = errorCodeToError(object_error::parse_failed);
830 return errorCodeToError(object_error::parse_failed);
842 return errorCodeToError(object_error::parse_failed);
H A DXCOFFObjectFile.cpp476 return errorCodeToError(object_error::invalid_section_index);
583 return errorCodeToError(object_error::invalid_symbol_index);
641 return errorCodeToError(object_error::parse_failed);
691 return errorCodeToError(object_error::string_table_non_null_end);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp50 return errorCodeToError(object_error::parse_failed);
H A DCOFFObjcopy.cpp231 return createFileError(FileName, errorCodeToError(BufOrErr.getError()));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h168 return errorCodeToError(object_error::unexpected_eof);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc86 return errorCodeToError(std::error_code(errno, std::generic_category()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp54 return llvm::errorCodeToError(EC);
H A DGsymReader.cpp40 return llvm::errorCodeToError(Err);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp334 return errorCodeToError(EC);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp190 return errorCodeToError(
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp452 reportError(errorCodeToError(EC), FileStr);
577 reportError(errorCodeToError(readobj_error::unrecognized_file_format),
627 reportError(errorCodeToError(readobj_error::unrecognized_file_format),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp171 return errorCodeToError(errc::argument_out_of_domain);
175 return errorCodeToError(errc::argument_out_of_domain);
320 return errorCodeToError(EC);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h376 return llvm::errorCodeToError(buffer.getError());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp45 return errorCodeToError(std::error_code(ENOENT, std::generic_category()));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp154 ExitOnErr(errorCodeToError(Buf.getError()));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp168 check(errorCodeToError(EC), Msg);

Completed in 249 milliseconds

1234