Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFileOutputBuffer.cpp90 return errorCodeToError(EC); in commit()
108 return errorCodeToError(EC); in createInMemoryBuffer()
123 return errorCodeToError(EC); in createOnDiskBuffer()
133 return errorCodeToError(EC); in createOnDiskBuffer()
144 return errorCodeToError(EC); in createOnDiskBuffer()
164 return errorCodeToError(errc::no_such_file_or_directory); in create()
166 return errorCodeToError(errc::invalid_argument); in create()
179 return errorCodeToError(errc::is_a_directory); in create()
DInitLLVM.cpp41 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc))); in InitLLVM()
DPath.cpp1138 return errorCodeToError(EC); in discard()
1142 return errorCodeToError(RemoveEC); in discard()
1183 return errorCodeToError(EC); in keep()
1187 return errorCodeToError(RenameEC); in keep()
1197 return errorCodeToError(EC); in keep()
1206 return errorCodeToError(EC); in keep()
1218 return errorCodeToError(EC); in create()
1226 return errorCodeToError(EC); in create()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h127 return errorCodeToError(EC); in allocate()
138 return errorCodeToError(orcError(OrcErrorCode::RemoteMProtectAddrUnrecognized)); in setProtections()
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()
294 return errorCodeToError(sys::Memory::protectMappedMemory( in handleEmitResolverBlock()
[all …]
/external/llvm/lib/ExecutionEngine/Orc/
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()
DOrcError.cpp59 return errorCodeToError( in orcError()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DBinary.cpp80 return errorCodeToError(object_error::invalid_file_type); in createBinary()
84 return errorCodeToError(object_error::invalid_file_type); in createBinary()
93 return errorCodeToError(EC); in createBinary()
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()
DArchiveWriter.cpp79 return errorCodeToError(EC); in getFile()
83 return errorCodeToError(EC); in getFile()
89 return errorCodeToError(make_error_code(errc::is_a_directory)); in getFile()
94 return errorCodeToError(MemberBufferOrErr.getError()); in getFile()
97 return errorCodeToError(std::error_code(errno, std::generic_category())); in getFile()
393 return errorCodeToError(EC); in getSymbols()
DObjectFile.cpp123 return errorCodeToError(object_error::invalid_file_type); in createObjectFile()
157 return errorCodeToError(EC); in createObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DRemoteJITUtils.h44 return llvm::errorCodeToError( in readBytes()
62 return llvm::errorCodeToError( in appendBytes()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DRemoteJITUtils.h42 return llvm::errorCodeToError( in readBytes()
60 return llvm::errorCodeToError( in appendBytes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DBinaryHolder.cpp52 return errorCodeToError(Err); in load()
91 return errorCodeToError(Err); in load()
143 return errorCodeToError(object::object_error::arch_not_found); in getObject()
205 return errorCodeToError(errc::no_such_file_or_directory); in getObjectEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dobj2yaml.cpp40 return errorCodeToError(macho2yaml(outs(), Binary)); in dumpInput()
43 return errorCodeToError(dumpObject(*Obj)); in dumpInput()
/external/llvm/lib/Object/
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()
DBinary.cpp72 return errorCodeToError(object_error::invalid_file_type); in createBinary()
81 return errorCodeToError(EC); in createBinary()
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()
DObjectFile.cpp84 return errorCodeToError(object_error::invalid_file_type); in createObjectFile()
116 return errorCodeToError(EC); in createObjectFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DCaching.cpp34 return errorCodeToError(EC); in localCache()
111 return errorCodeToError(EC); in localCache()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
DRemoteJITUtils.h42 return llvm::errorCodeToError( in readBytes()
60 return llvm::errorCodeToError( in appendBytes()
/external/llvm/include/llvm/ExecutionEngine/Orc/
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()
/external/llvm/tools/lli/
DRemoteJITUtils.h42 return llvm::errorCodeToError( in readBytes()
60 return llvm::errorCodeToError( in appendBytes()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp146 return errorCodeToError(MBOrErr.getError()); in openInputFile()
151 return errorCodeToError(MOrErr.getError()); in openInputFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp79 return errorCodeToError( in loadELF64()
110 return errorCodeToError( in loadELF64()

1234