Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp96 return errorCodeToError(EC); in commit()
114 return errorCodeToError(EC); in createInMemoryBuffer()
129 return errorCodeToError(EC); in createOnDiskBuffer()
139 return errorCodeToError(EC); in createOnDiskBuffer()
150 return errorCodeToError(EC); in createOnDiskBuffer()
170 return errorCodeToError(errc::no_such_file_or_directory); in create()
172 return errorCodeToError(errc::invalid_argument); in create()
185 return errorCodeToError(errc::is_a_directory); in create()
H A DInitLLVM.cpp41 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc))); in InitLLVM()
H A DPath.cpp1147 return errorCodeToError(EC); in discard()
1151 return errorCodeToError(RemoveEC); in discard()
1192 return errorCodeToError(EC); in keep()
1196 return errorCodeToError(RenameEC); in keep()
1206 return errorCodeToError(EC); in keep()
1215 return errorCodeToError(EC); in keep()
1227 return errorCodeToError(EC); in create()
1235 return errorCodeToError(EC); in create()
H A DError.cpp88 Error errorCodeToError(std::error_code EC) { in errorCodeToError() function
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/COFF/
H A DReader.cpp41 return errorCodeToError(EC); in readExecutableHeaders()
46 return errorCodeToError(EC); in readExecutableHeaders()
55 return errorCodeToError(EC); in readExecutableHeaders()
66 return errorCodeToError(EC); in readSections()
71 return errorCodeToError(EC); in readSections()
76 return errorCodeToError(EC); in readSections()
103 return errorCodeToError(EC); in readSymbols()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h127 return errorCodeToError(EC); in allocate()
139 return errorCodeToError( in setProtections()
210 return errorCodeToError( in handleCreateRemoteAllocator()
220 return errorCodeToError( in handleCreateIndirectStubsOwner()
239 return errorCodeToError( in handleDestroyRemoteAllocator()
249 return errorCodeToError( in handleDestroyIndirectStubsOwner()
263 return errorCodeToError( in handleEmitIndirectStubs()
289 return errorCodeToError(EC); in handleEmitResolverBlock()
306 return errorCodeToError(EC); in handleEmitTrampolineBlock()
381 return errorCodeToError( in handleReserveMem()
[all …]
H A DIndirectionUtils.h128 Err = errorCodeToError(EC); in LocalTrampolinePool()
139 Err = errorCodeToError(EC); in LocalTrampolinePool()
153 return errorCodeToError(EC); in grow()
171 return errorCodeToError(EC); in grow()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp162 return errorCodeToError(EC); in emitIndirectStubsBlock()
180 return errorCodeToError(EC); in emitIndirectStubsBlock()
244 return errorCodeToError(EC); in emitIndirectStubsBlock()
261 return errorCodeToError(EC); in emitIndirectStubsBlock()
512 return errorCodeToError(EC); in emitIndirectStubsBlock()
528 return errorCodeToError(EC); in emitIndirectStubsBlock()
698 return errorCodeToError(EC); in emitIndirectStubsBlock()
721 return errorCodeToError(EC); in emitIndirectStubsBlock()
944 return errorCodeToError(EC); in emitIndirectStubsBlock()
972 return errorCodeToError(EC); in emitIndirectStubsBlock()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DBinary.cpp80 return errorCodeToError(object_error::invalid_file_type); in createBinary()
84 return errorCodeToError(object_error::invalid_file_type); in createBinary()
94 return errorCodeToError(EC); in createBinary()
H A DIRObjectFile.cpp81 return errorCodeToError(EC); in findBitcodeInObject()
86 return errorCodeToError(object_error::bitcode_section_not_found); in findBitcodeInObject()
105 return errorCodeToError(object_error::invalid_file_type); in findBitcodeInMemBuffer()
H A DArchiveWriter.cpp81 return errorCodeToError(EC); in getFile()
85 return errorCodeToError(EC); in getFile()
91 return errorCodeToError(make_error_code(errc::is_a_directory)); in getFile()
96 return errorCodeToError(MemberBufferOrErr.getError()); in getFile()
99 return errorCodeToError(std::error_code(errno, std::generic_category())); in getFile()
428 return errorCodeToError(EC); in getSymbols()
H A DObjectFile.cpp131 return errorCodeToError(object_error::invalid_file_type); in createObjectFile()
165 return errorCodeToError(EC); in createObjectFile()
H A DSymbolicFile.cpp56 return errorCodeToError(object_error::invalid_file_type); in createSymbolicFile()
H A DArchive.cpp452 return errorCodeToError(EC); in getBuffer()
729 Err = errorCodeToError(object_error::parse_failed); in Archive()
836 return errorCodeToError(object_error::parse_failed); in getMember()
848 return errorCodeToError(object_error::parse_failed); in getMember()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp115 return errorCodeToError(err); in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
121 return errorCodeToError(err); in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DCaching.cpp34 return errorCodeToError(EC); in localCache()
111 return errorCodeToError(EC); in localCache()
/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h42 return llvm::errorCodeToError( in readBytes()
60 return llvm::errorCodeToError( in appendBytes()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp32 return errorCodeToError(ErrorOrBuffer.getError()); in loadDataForPDB()
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DInstrumentationMap.cpp83 return errorCodeToError( in loadObj()
151 return errorCodeToError( in loadObj()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp65 return errorCodeToError(E); in createOutputStream()
72 return errorCodeToError(E); in createOutputStream()
/freebsd-12.1/contrib/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp59 ExitOnErr(errorCodeToError(EC)); in main()
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp352 return errorCodeToError(EC); in create()
623 return errorCodeToError(EC); in lookupSection()
652 return errorCodeToError(object_error::arch_not_found); in loadBinaryFormat()
677 return errorCodeToError(EC); in loadBinaryFormat()
H A DCoverageMapping.cpp172 return errorCodeToError(errc::argument_out_of_domain); in evaluate()
176 return errorCodeToError(errc::argument_out_of_domain); in evaluate()
287 return errorCodeToError(EC); in load()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DObjDumper.cpp50 return errorCodeToError(E); in getSecNameOrIndexAsSecRef()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp369 return errorCodeToError(object_error::arch_not_found); in getOrCreateObject()
438 return errorCodeToError(EC); in getOrCreateModuleInfo()

123