| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | PseudoTerminal.cpp | 66 return llvm::errorCodeToError( in OpenFirstAvailablePrimary() 74 return llvm::errorCodeToError(EC); in OpenFirstAvailablePrimary() 81 return llvm::errorCodeToError(EC); in OpenFirstAvailablePrimary() 86 return llvm::errorCodeToError(llvm::errc::not_supported); in OpenFirstAvailablePrimary() 98 return llvm::errorCodeToError( in OpenSecondary() 127 return llvm::errorCodeToError( in Fork() 148 return llvm::errorCodeToError( in Fork() 155 return llvm::errorCodeToError( in Fork()
|
| H A D | ThreadLauncher.cpp | 36 return llvm::errorCodeToError(llvm::mapWindowsError(GetLastError())); in LaunchThread() 72 return llvm::errorCodeToError( in LaunchThread()
|
| H A D | FileSystem.cpp | 64 return llvm::errorCodeToError(buffer.getError()); in Initialize() 461 return errorCodeToError(path.getError()); in Open() 467 return llvm::errorCodeToError( in Open()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetServer.h | 129 return errorCodeToError(EC); in allocate() 141 return errorCodeToError( in setProtections() 225 return errorCodeToError( in handleCreateRemoteAllocator() 235 return errorCodeToError( in handleCreateIndirectStubsOwner() 254 return errorCodeToError( in handleDestroyRemoteAllocator() 264 return errorCodeToError( in handleDestroyIndirectStubsOwner() 278 return errorCodeToError( in handleEmitIndirectStubs() 302 return errorCodeToError(EC); in handleEmitResolverBlock() 321 return errorCodeToError(EC); in handleEmitTrampolineBlock() 395 return errorCodeToError( in handleReserveMem() [all …]
|
| H A D | IndirectionUtils.h | 138 Err = errorCodeToError(EC); in LocalTrampolinePool() 151 Err = errorCodeToError(EC); in LocalTrampolinePool() 165 return errorCodeToError(EC); in grow() 183 return errorCodeToError(EC); in grow() 325 return errorCodeToError(EC); in create() 338 return errorCodeToError(EC); in create()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 102 return errorCodeToError(EC); in commit() 122 return errorCodeToError(EC); in createInMemoryBuffer() 136 return errorCodeToError(EC); in createOnDiskBuffer() 184 return errorCodeToError(errc::is_a_directory); in create()
|
| H A D | InitLLVM.cpp | 52 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc))); in InitLLVM()
|
| H A D | Path.cpp | 1202 return errorCodeToError(EC); in discard() 1219 return errorCodeToError(RemoveEC); in discard() 1261 return errorCodeToError(EC); in keep() 1265 return errorCodeToError(RenameEC); in keep() 1275 return errorCodeToError(EC); in keep() 1284 return errorCodeToError(EC); in keep() 1297 return errorCodeToError(EC); in create() 1305 return errorCodeToError(EC); in create()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Binary.cpp | 85 return errorCodeToError(object_error::invalid_file_type); in createBinary() 89 return errorCodeToError(object_error::invalid_file_type); in createBinary() 104 return errorCodeToError(EC); in createBinary()
|
| H A D | IRObjectFile.cpp | 81 return errorCodeToError(object_error::bitcode_section_not_found); in findBitcodeInObject() 86 return errorCodeToError(object_error::bitcode_section_not_found); in findBitcodeInObject() 106 return errorCodeToError(object_error::invalid_file_type); in findBitcodeInMemBuffer()
|
| H A D | ObjectFile.cpp | 149 return errorCodeToError(object_error::invalid_file_type); in createObjectFile() 151 return errorCodeToError(object_error::invalid_file_type); in createObjectFile() 189 return errorCodeToError(EC); in createObjectFile()
|
| H A D | COFFObjectFile.cpp | 450 return errorCodeToError(object_error::parse_failed); in initSymbolTablePtr() 484 return errorCodeToError(object_error::parse_failed); in getRvaPtr() 504 return errorCodeToError(object_error::parse_failed); in getRvaAndSizeAsBytes() 528 return errorCodeToError(object_error::parse_failed); in getDebugPDBInfo() 649 return errorCodeToError(object_error::parse_failed); in initDebugDirectoryPtr() 734 return errorCodeToError(EC); in initialize() 788 return errorCodeToError(EC); in initialize() 808 return errorCodeToError(object_error::parse_failed); in initialize() 1024 return errorCodeToError(object_error::parse_failed); in getSection() 1030 return errorCodeToError(object_error::parse_failed); in getString() [all …]
|
| H A D | ArchiveWriter.cpp | 88 return errorCodeToError(EC); in getFile() 94 return errorCodeToError(make_error_code(errc::is_a_directory)); in getFile() 99 return errorCodeToError(MemberBufferOrErr.getError()); in getFile() 102 return errorCodeToError(EC); in getFile() 545 return errorCodeToError(std::error_code(errno, std::generic_category())); in computeArchiveRelativePath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 56 return errorCodeToError(EC); in allocate() 66 return errorCodeToError(EC); in allocate() 107 return errorCodeToError(EC); in allocate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | FDRawByteChannel.h | 43 return llvm::errorCodeToError( in readBytes() 61 return llvm::errorCodeToError( in appendBytes()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 76 return llvm::errorCodeToError( in getDirectoryFromFile() 80 return llvm::errorCodeToError(make_error_code(std::errc::is_a_directory)); in getDirectoryFromFile() 146 return llvm::errorCodeToError(SeenDirInsertResult.first->second.getError()); in getDirectoryRef() 168 return llvm::errorCodeToError(statError); in getDirectoryRef() 212 return llvm::errorCodeToError( in getFileRef() 245 return llvm::errorCodeToError(Err); in getFileRef() 264 return llvm::errorCodeToError(statError); in getFileRef() 350 return llvm::errorCodeToError(ContentOrError.getError()); in getSTDIN()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ReproducerProvider.cpp | 26 return llvm::errorCodeToError(ec); in Create() 35 return llvm::errorCodeToError(ec); in Create() 98 return llvm::errorCodeToError(ec); in Create()
|
| H A D | Reproducer.cpp | 353 return errorCodeToError(buffer.getError()); in addPaths() 362 return errorCodeToError(llvm::sys::fs::remove(path)); in addPaths() 391 return errorCodeToError(ec); in Finalize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | Caching.cpp | 34 return errorCodeToError(EC); in localCache() 113 return errorCodeToError(EC); in localCache()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1003 reportError(errorCodeToError(object_error::parse_failed), in printCodeViewSymbolSection() 1079 reportError(errorCodeToError(EC), Obj->getFileName()); in printCodeViewSymbolSection() 1105 reportError(errorCodeToError(EC), Obj->getFileName()); in printCodeViewSymbolSection() 1271 reportError(errorCodeToError(object_error::parse_failed), in getFileNameForFileOffset() 1278 reportError(errorCodeToError(object_error::parse_failed), in getFileNameForFileOffset() 1347 reportError(errorCodeToError(object_error::parse_failed), in printCodeViewTypeSection() 1528 reportError(errorCodeToError(EC), Obj->getFileName()); in printSymbol() 1539 reportError(errorCodeToError(EC), Obj->getFileName()); in printSymbol() 1549 reportError(errorCodeToError(EC), Obj->getFileName()); in printSymbol() 1559 reportError(errorCodeToError(EC), Obj->getFileName()); in printSymbol() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectReproducer.cpp | 126 return errorCodeToError(err); in ReadFromYAML() 134 return errorCodeToError(err); in ReadFromYAML() 430 SetError(result, errorCodeToError(buffer.getError())); in DoExecute() 522 SetError(result, errorCodeToError(err)); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationReplayServer.cpp | 194 return errorCodeToError(err); in LoadReplayHistory() 200 return errorCodeToError(err); in LoadReplayHistory()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | llvm-tapi-diff.cpp | 48 return errorCodeToError(BufferOrErr.getError()); in convertFileToBinary()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-modextract/ |
| H A D | llvm-modextract.cpp | 66 ExitOnErr(errorCodeToError(EC)); in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.cpp | 64 return errorCodeToError(E); in createOutputStream() 71 return errorCodeToError(E); in createOutputStream()
|