Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h126 return errorCodeToError(EC); in allocate()
137 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized)); in setProtections()
138 return errorCodeToError( in setProtections()
209 return errorCodeToError( in handleCreateRemoteAllocator()
219 return errorCodeToError( in handleCreateIndirectStubsOwner()
238 return errorCodeToError( in handleDestroyRemoteAllocator()
248 return errorCodeToError( in handleDestroyIndirectStubsOwner()
262 return errorCodeToError( in handleEmitIndirectStubs()
288 return errorCodeToError(EC); in handleEmitResolverBlock()
293 return errorCodeToError(sys::Memory::protectMappedMemory( in handleEmitResolverBlock()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp65 return errorCodeToError(std::error_code(errno, std::generic_category())); in reserve()
69 return errorCodeToError(std::error_code(errno, std::generic_category())); in reserve()
73 return errorCodeToError(std::error_code(errno, std::generic_category())); in reserve()
93 return errorCodeToError(mapWindowsError(GetLastError())); in reserve()
99 return errorCodeToError(mapWindowsError(GetLastError())); in reserve()
143 return errorCodeToError(std::error_code(errno, std::generic_category())); in initialize()
152 return errorCodeToError(mapWindowsError(GetLastError())); in initialize()
246 Err = joinErrors(std::move(Err), errorCodeToError(std::error_code( in release()
254 errorCodeToError(mapWindowsError(GetLastError()))); in release()
H A DSimpleExecutorMemoryManager.cpp29 return errorCodeToError(EC); in allocate()
104 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in finalize()
136 return BailOut(errorCodeToError(EC)); in finalize()
222 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in deallocateImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp47 return OnReserved(errorCodeToError(EC)); in reserve()
84 return OnInitialized(errorCodeToError(EC)); in initialize()
127 AllErr = joinErrors(std::move(AllErr), errorCodeToError(EC)); in deinitialize()
164 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in release()
244 return OnReserved(errorCodeToError( in reserve()
254 return OnReserved(errorCodeToError( in reserve()
267 return OnReserved(errorCodeToError(mapWindowsError(GetLastError()))); in reserve()
273 return OnReserved(errorCodeToError(mapWindowsError(GetLastError()))); in reserve()
378 Err = joinErrors(std::move(Err), errorCodeToError(std::error_code( in release()
385 errorCodeToError(mapWindowsError(GetLastError()))); in release()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp161 return errorCodeToError(EC); in emitIndirectStubsBlock()
179 return errorCodeToError(EC); in emitIndirectStubsBlock()
243 return errorCodeToError(EC); in emitIndirectStubsBlock()
260 return errorCodeToError(EC); in emitIndirectStubsBlock()
511 return errorCodeToError(EC); in emitIndirectStubsBlock()
527 return errorCodeToError(EC); in emitIndirectStubsBlock()
697 return errorCodeToError(EC); in emitIndirectStubsBlock()
720 return errorCodeToError(EC); in emitIndirectStubsBlock()
943 return errorCodeToError(EC); in emitIndirectStubsBlock()
971 return errorCodeToError(EC); in emitIndirectStubsBlock()
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp163 return errorCodeToError(EC); in emitIndirectStubsBlock()
181 return errorCodeToError(EC); in emitIndirectStubsBlock()
245 return errorCodeToError(EC); in emitIndirectStubsBlock()
262 return errorCodeToError(EC); in emitIndirectStubsBlock()
513 return errorCodeToError(EC); in emitIndirectStubsBlock()
529 return errorCodeToError(EC); in emitIndirectStubsBlock()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DOffloadBinary.cpp176 return errorCodeToError(object_error::parse_failed); in create()
180 return errorCodeToError(object_error::parse_failed); in create()
184 return errorCodeToError(object_error::parse_failed); in create()
189 return errorCodeToError(object_error::parse_failed); in create()
194 return errorCodeToError(object_error::unexpected_eof); in create()
201 return errorCodeToError(object_error::unexpected_eof); in create()
H A DBinary.cpp85 return errorCodeToError(object_error::invalid_file_type); in createBinary()
91 return errorCodeToError(object_error::invalid_file_type); in createBinary()
108 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.cpp157 return errorCodeToError(object_error::invalid_file_type); in createObjectFile()
159 return errorCodeToError(object_error::invalid_file_type); in createObjectFile()
198 return errorCodeToError(EC); in createObjectFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileOutputBuffer.cpp103 return errorCodeToError(EC); in commit()
123 return errorCodeToError(EC); in createInMemoryBuffer()
143 return errorCodeToError(EC); in createOnDiskBuffer()
188 return errorCodeToError(errc::is_a_directory); in create()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DFileOutputBuffer.cpp100 return errorCodeToError(EC); in commit()
120 return errorCodeToError(EC); in createInMemoryBuffer()
134 return errorCodeToError(EC); in createOnDiskBuffer()
182 return errorCodeToError(errc::is_a_directory); in create()
/aosp_15_r20/external/llvm/lib/Object/
H A DArchiveWriter.cpp45 return errorCodeToError(BufOrErr.getError()); in getOldMember()
63 return errorCodeToError(EC); in getFile()
67 return errorCodeToError(EC); in getFile()
73 return errorCodeToError(make_error_code(errc::is_a_directory)); in getFile()
78 return errorCodeToError(MemberBufferOrErr.getError()); in getFile()
81 return errorCodeToError(std::error_code(errno, std::generic_category())); in getFile()
H A DArchive.cpp264 return errorCodeToError(EC); in getAsBinary()
367 Err = errorCodeToError(ec); in Archive()
432 Err = errorCodeToError(object_error::parse_failed); in Archive()
479 Err = errorCodeToError(EC); in child_begin()
680 return errorCodeToError(MemberOrErr.getError()); in findSym()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h145 Err = errorCodeToError(EC); in LocalTrampolinePool()
158 Err = errorCodeToError(EC); in LocalTrampolinePool()
172 return errorCodeToError(EC); in grow()
190 return errorCodeToError(EC); in grow()
332 return errorCodeToError(EC); in create()
345 return errorCodeToError(EC); in create()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp260 OnFinalized(errorCodeToError(EC)); in finalize()
272 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in abandon()
274 Err = joinErrors(std::move(Err), errorCodeToError(EC)); in abandon()
290 return errorCodeToError(EC); in applyProtections()
362 OnAllocated(errorCodeToError(EC)); in allocate()
452 DeallocErr = joinErrors(std::move(DeallocErr), errorCodeToError(EC)); in deallocate()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h145 Err = errorCodeToError(EC); in LocalTrampolinePool()
158 Err = errorCodeToError(EC); in LocalTrampolinePool()
172 return errorCodeToError(EC); in grow()
190 return errorCodeToError(EC); in grow()
332 return errorCodeToError(EC); in create()
345 return errorCodeToError(EC); in create()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h145 Err = errorCodeToError(EC); in LocalTrampolinePool()
158 Err = errorCodeToError(EC); in LocalTrampolinePool()
172 return errorCodeToError(EC); in grow()
190 return errorCodeToError(EC); in grow()
332 return errorCodeToError(EC); in create()
345 return errorCodeToError(EC); in create()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h145 Err = errorCodeToError(EC); in LocalTrampolinePool()
158 Err = errorCodeToError(EC); in LocalTrampolinePool()
172 return errorCodeToError(EC); in grow()
190 return errorCodeToError(EC); in grow()
332 return errorCodeToError(EC); in create()
345 return errorCodeToError(EC); in create()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h145 Err = errorCodeToError(EC); in LocalTrampolinePool()
158 Err = errorCodeToError(EC); in LocalTrampolinePool()
172 return errorCodeToError(EC); in grow()
190 return errorCodeToError(EC); in grow()
332 return errorCodeToError(EC); in create()
345 return errorCodeToError(EC); in create()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DBinary.cpp83 return errorCodeToError(object_error::invalid_file_type); in createBinary()
87 return errorCodeToError(object_error::invalid_file_type); in createBinary()
101 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()
105 return errorCodeToError(object_error::invalid_file_type); in findBitcodeInMemBuffer()
H A DObjectFile.cpp139 return errorCodeToError(object_error::invalid_file_type); in createObjectFile()
141 return errorCodeToError(object_error::invalid_file_type); in createObjectFile()
179 return errorCodeToError(EC); in createObjectFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp55 return errorCodeToError(EC); in allocate()
65 return errorCodeToError(EC); in allocate()
106 return errorCodeToError(EC); in allocate()
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h152 return errorCodeToError(EC); in allocate()
164 return errorCodeToError( in setProtections()
302 return errorCodeToError(EC); in handleEmitResolverBlock()
307 return errorCodeToError(sys::Memory::protectMappedMemory( in handleEmitResolverBlock()
319 return errorCodeToError(EC); in handleEmitTrampolineBlock()

1234567