/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 126 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 …]
|
D | IndirectionUtils.h | 127 Err = errorCodeToError(EC); in LocalTrampolinePool() 138 Err = errorCodeToError(EC); in LocalTrampolinePool() 152 return errorCodeToError(EC); in grow() 170 return errorCodeToError(EC); in grow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcABISupport.cpp | 161 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()
|
D | DebugUtils.cpp | 53 return errorCodeToError(EC); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 103 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()
|
D | InitLLVM.cpp | 45 ExitOnErr(errorCodeToError(windows::GetCommandLineArguments(Args, Alloc))); in InitLLVM()
|
D | Path.cpp | 1161 return errorCodeToError(EC); in discard() 1178 return errorCodeToError(RemoveEC); in discard() 1220 return errorCodeToError(EC); in keep() 1224 return errorCodeToError(RenameEC); in keep() 1234 return errorCodeToError(EC); in keep() 1243 return errorCodeToError(EC); in keep() 1255 return errorCodeToError(EC); in create() 1263 return errorCodeToError(EC); in create()
|
D | Error.cpp | 87 Error errorCodeToError(std::error_code EC) { in errorCodeToError() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Binary.cpp | 83 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()
|
D | IRObjectFile.cpp | 81 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()
|
D | ObjectFile.cpp | 139 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()
|
D | ArchiveWriter.cpp | 86 return errorCodeToError(EC); in getFile() 92 return errorCodeToError(make_error_code(errc::is_a_directory)); in getFile() 97 return errorCodeToError(MemberBufferOrErr.getError()); in getFile() 100 return errorCodeToError(EC); in getFile() 524 return errorCodeToError(std::error_code(errno, std::generic_category())); in computeArchiveRelativePath()
|
D | XCOFFObjectFile.cpp | 29 return errorCodeToError(EC); in getObject() 433 return errorCodeToError(object_error::invalid_section_index); in getSectionByNum() 540 return errorCodeToError(object_error::invalid_symbol_index); in getSymbolNameByIndex() 598 return errorCodeToError(object_error::parse_failed); in getLogicalNumberOfRelocationEntries() 645 return errorCodeToError(object_error::string_table_non_null_end); in parseStringTable()
|
D | SymbolicFile.cpp | 57 return errorCodeToError(object_error::invalid_file_type); in createSymbolicFile()
|
D | Archive.cpp | 451 return errorCodeToError(EC); in getBuffer() 728 Err = errorCodeToError(object_error::parse_failed); in Archive() 834 return errorCodeToError(object_error::parse_failed); in getMember() 846 return errorCodeToError(object_error::parse_failed); in getMember()
|
D | COFFObjectFile.cpp | 153 return errorCodeToError(EC); in getSymbolName() 179 return errorCodeToError(EC); in getSymbolAddress() 255 return errorCodeToError(EC); in getSymbolSection() 1077 return errorCodeToError(EC); in getSectionName() 1627 return errorCodeToError(EC); in createCOFFObjectFile() 1829 return errorCodeToError(EC); in getContents()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkMemoryManager.cpp | 55 return errorCodeToError(EC); in allocate() 65 return errorCodeToError(EC); in allocate() 106 return errorCodeToError(EC); in allocate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | Caching.cpp | 33 return errorCodeToError(EC); in localCache() 112 return errorCodeToError(EC); in localCache()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDB.cpp | 31 return errorCodeToError(ErrorOrBuffer.getError()); in loadDataForPDB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Error.h | 1100 friend Error errorCodeToError(std::error_code); 1128 Error errorCodeToError(std::error_code EC); 1139 return errorCodeToError(EC); in errorOrToExpected() 1286 return createFileError(F, errorCodeToError(EC)); in createFileError() 1292 return createFileError(F, Line, errorCodeToError(EC)); in createFileError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 120 fatalOpenError(errorCodeToError(MaybeBuf.getError()), Arg->getValue()); in doList() 344 fatalOpenError(errorCodeToError(MOrErr.getError()), Path); in libDriverMain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Error.h | 867 friend Error errorCodeToError(std::error_code); 893 Error errorCodeToError(std::error_code EC); 904 return errorCodeToError(EC); in errorOrToExpected()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 171 return errorCodeToError(errc::argument_out_of_domain); in evaluate() 175 return errorCodeToError(errc::argument_out_of_domain); in evaluate() 319 return errorCodeToError(EC); in load()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | RemarkStreamer.cpp | 170 return make_error<RemarkSetupFileError>(errorCodeToError(EC)); in setupOptimizationRemarks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 499 return errorCodeToError(object_error::arch_not_found); in getOrCreateObject() 515 return errorCodeToError(EC); in createModuleInfo()
|