/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/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | RemoteJITUtils.h | 42 return llvm::errorCodeToError( in readBytes() 60 return llvm::errorCodeToError( in appendBytes()
|
/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()
|
D | SymbolicFile.cpp | 44 return errorCodeToError(object_error::invalid_file_type); in createSymbolicFile()
|
D | COFFObjectFile.cpp | 152 return errorCodeToError(EC); in getSymbolName() 171 return errorCodeToError(EC); in getSymbolAddress() 244 return errorCodeToError(EC); in getSymbolSection()
|
/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/llvm/tools/llvm-cov/ |
D | SourceCoverageView.cpp | 63 return errorCodeToError(E); in createOutputStream() 69 return errorCodeToError(E); in createOutputStream()
|
/external/llvm/lib/Support/ |
D | Error.cpp | 78 Error errorCodeToError(std::error_code EC) { in errorCodeToError() function
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMappingReader.cpp | 329 return errorCodeToError(EC); in create() 586 return errorCodeToError(EC); in lookupSection() 615 return errorCodeToError(object_error::arch_not_found); in loadBinaryFormat() 636 return errorCodeToError(EC); in loadBinaryFormat()
|
D | CoverageMapping.cpp | 160 return errorCodeToError(errc::argument_out_of_domain); in evaluate() 164 return errorCodeToError(errc::argument_out_of_domain); in evaluate() 241 return errorCodeToError(EC); in load()
|
/external/llvm/include/llvm/Support/ |
D | Error.h | 832 friend Error errorCodeToError(std::error_code); 856 Error errorCodeToError(std::error_code EC); 867 return errorCodeToError(EC); in errorOrToExpected()
|
/external/llvm/unittests/Support/ |
D | ErrorTest.cpp | 574 EXPECT_EQ(errorToErrorCode(errorCodeToError(std::error_code())), in TEST() 579 EXPECT_EQ(errorToErrorCode(errorCodeToError(errc::invalid_argument)), in TEST()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFX86_64.h | 207 return errorCodeToError(EC); in finalizeLoad()
|
/external/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()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 361 return errorCodeToError(object_error::arch_not_found); in getOrCreateObject() 421 return errorCodeToError(EC); in getOrCreateModuleInfo()
|
/external/llvm/include/llvm/Object/ |
D | Archive.h | 139 *E = errorCodeToError(ChildOrErr.getError());
|
D | ELFObjectFile.h | 418 return errorCodeToError(EC); in getSymbolAddress() 538 return errorCodeToError(EC); in getSymbolSection()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 440 return errorCodeToError(EC); in computeTotalAllocSize() 669 return errorCodeToError(EC); in emitSection() 690 return errorCodeToError(EC); in emitSection()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 402 return errorCodeToError(Err); in handleSection() 408 return errorCodeToError(Err); in handleSection()
|