/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 90 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()
|
D | InitLLVM.cpp | 41 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc))); in InitLLVM()
|
D | Path.cpp | 1138 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/ |
D | OrcRemoteTargetServer.h | 127 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/ |
D | OrcABISupport.cpp | 163 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()
|
D | OrcError.cpp | 59 return errorCodeToError( in orcError()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcABISupport.cpp | 162 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/ |
D | Binary.cpp | 80 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()
|
D | IRObjectFile.cpp | 81 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()
|
D | ArchiveWriter.cpp | 79 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()
|
D | ObjectFile.cpp | 123 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/ |
D | RemoteJITUtils.h | 44 return llvm::errorCodeToError( in readBytes() 62 return llvm::errorCodeToError( in appendBytes()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | RemoteJITUtils.h | 42 return llvm::errorCodeToError( in readBytes() 60 return llvm::errorCodeToError( in appendBytes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | BinaryHolder.cpp | 52 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/ |
D | obj2yaml.cpp | 40 return errorCodeToError(macho2yaml(outs(), Binary)); in dumpInput() 43 return errorCodeToError(dumpObject(*Obj)); in dumpInput()
|
/external/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 45 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()
|
D | Binary.cpp | 72 return errorCodeToError(object_error::invalid_file_type); in createBinary() 81 return errorCodeToError(EC); in createBinary()
|
D | Archive.cpp | 264 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()
|
D | ObjectFile.cpp | 84 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/ |
D | Caching.cpp | 34 return errorCodeToError(EC); in localCache() 111 return errorCodeToError(EC); in localCache()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | RemoteJITUtils.h | 42 return llvm::errorCodeToError( in readBytes() 60 return llvm::errorCodeToError( in appendBytes()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 152 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/ |
D | RemoteJITUtils.h | 42 return llvm::errorCodeToError( in readBytes() 60 return llvm::errorCodeToError( in appendBytes()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 146 return errorCodeToError(MBOrErr.getError()); in openInputFile() 151 return errorCodeToError(MOrErr.getError()); in openInputFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 79 return errorCodeToError( in loadELF64() 110 return errorCodeToError( in loadELF64()
|