Home
last modified time | relevance | path

Searched refs:errorCodeToError (Results 1 – 25 of 86) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp66 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 DThreadLauncher.cpp36 return llvm::errorCodeToError(llvm::mapWindowsError(GetLastError())); in LaunchThread()
72 return llvm::errorCodeToError( in LaunchThread()
H A DFileSystem.cpp64 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 DOrcRemoteTargetServer.h129 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 DIndirectionUtils.h138 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 DFileOutputBuffer.cpp102 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 DInitLLVM.cpp52 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc))); in InitLLVM()
H A DPath.cpp1202 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 DBinary.cpp85 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 DIRObjectFile.cpp81 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 DObjectFile.cpp149 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 DCOFFObjectFile.cpp450 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 DArchiveWriter.cpp88 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 DJITLinkMemoryManager.cpp56 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 DFDRawByteChannel.h43 return llvm::errorCodeToError( in readBytes()
61 return llvm::errorCodeToError( in appendBytes()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp76 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 DReproducerProvider.cpp26 return llvm::errorCodeToError(ec); in Create()
35 return llvm::errorCodeToError(ec); in Create()
98 return llvm::errorCodeToError(ec); in Create()
H A DReproducer.cpp353 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 DCaching.cpp34 return errorCodeToError(EC); in localCache()
113 return errorCodeToError(EC); in localCache()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1003 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 DCommandObjectReproducer.cpp126 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 DGDBRemoteCommunicationReplayServer.cpp194 return errorCodeToError(err); in LoadReplayHistory()
200 return errorCodeToError(err); in LoadReplayHistory()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A Dllvm-tapi-diff.cpp48 return errorCodeToError(BufferOrErr.getError()); in convertFileToBinary()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp66 ExitOnErr(errorCodeToError(EC)); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp64 return errorCodeToError(E); in createOutputStream()
71 return errorCodeToError(E); in createOutputStream()

1234