| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticReader.cpp | 125 return llvm::errorToErrorCode(Res.takeError()); in skipUntilRecordOrBlock() 137 return llvm::errorToErrorCode(Res.takeError()); in skipUntilRecordOrBlock() 147 return llvm::errorToErrorCode(std::move(Err)); in skipUntilRecordOrBlock() 197 return errorToErrorCode(MaybeRecordID.takeError()); in readMetaBlock() 256 return errorToErrorCode(MaybeRecID.takeError()); in readDiagnosticBlock()
|
| H A D | PrecompiledPreamble.cpp | 432 return errorToErrorCode(std::move(Err)); in Build()
|
| H A D | CompilerInstance.cpp | 780 << OutputPath << errorToErrorCode(OS.takeError()).message(); in createOutputFile() 915 auto EC = llvm::errorToErrorCode(FileOrErr.takeError()); in InitializeSourceManager()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/ |
| H A D | FileArchive.cpp | 97 return errorToErrorCode(std::move(err)); in parseAllMembers() 130 return errorToErrorCode(std::move(Err)); in doParse() 142 return errorToErrorCode(mbOrErr.takeError()); in instantiateMember() 176 return errorToErrorCode(memberOrErr.takeError()); in buildTableOfContents()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | MemoryBuffer.cpp | 236 return errorToErrorCode(ReadBytes.takeError()); in getMemoryBufferForStream() 265 return errorToErrorCode(FDOrErr.takeError()); in getFileAux() 384 return errorToErrorCode(FDOrErr.takeError()); in getReadWriteFile() 490 return errorToErrorCode(ReadBytes.takeError()); in getOpenFileImpl() 532 return errorToErrorCode(FDOrErr.takeError()); in getFileAsStream()
|
| H A D | Error.cpp | 93 std::error_code errorToErrorCode(Error Err) { in errorToErrorCode() function
|
| H A D | VirtualFileSystem.cpp | 302 return errorToErrorCode(FDOrErr.takeError()); in openFileForRead()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 96 error(errorToErrorCode(RelocSymName.takeError())); in collectRelocatedSymbols() 118 error(errorToErrorCode(RelocSymName.takeError())); in collectRelocationOffsets() 196 error(errorToErrorCode(SymNameOrErr.takeError())); in dumpCXXData() 199 error(errorToErrorCode(SecIOrErr.takeError())); in dumpCXXData() 210 error(errorToErrorCode(SymAddressOrErr.takeError())); in dumpCXXData() 530 auto EC = errorToErrorCode(BinaryOrErr.takeError()); in dumpInput()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 119 return errorToErrorCode(Address.takeError()); in getSymbol() 179 return errorToErrorCode(ResolvedAddressOrErr.takeError()); in resolveRelocation() 184 return errorToErrorCode(SI.takeError()); in resolveRelocation()
|
| H A D | ARMWinEHPrinter.cpp | 217 return errorToErrorCode(Type.takeError()); in getSymbol() 223 return errorToErrorCode(Address.takeError()); in getSymbol()
|
| H A D | ARMEHABIPrinter.h | 429 report_fatal_error(errorToErrorCode(Ret.takeError()).message()); in FindExceptionTable()
|
| H A D | COFFDumper.cpp | 286 return errorToErrorCode(NameOrErr.takeError()); in resolveSymbolName()
|
| /freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/ |
| H A D | File.h | 247 return llvm::errorToErrorCode(std::move(ec)); in doParse() 250 return llvm::errorToErrorCode(std::move(ec)); in doParse() 338 return llvm::errorToErrorCode(std::move(ec)); in doParse() 341 return llvm::errorToErrorCode(std::move(ec)); in doParse()
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | Filesystem.cpp | 128 return errorToErrorCode(FileOutputBuffer::create(path, 1).takeError()); in tryCreateFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 192 return llvm::errorToErrorCode(Result.takeError()); in getDirectory() 200 return llvm::errorToErrorCode(Result.takeError()); in getFile() 239 std::error_code Err = errorToErrorCode(DirInfoOrErr.takeError()); in getFileRef()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | Caching.cpp | 58 EC = errorToErrorCode(FDOrErr.takeError()); in localCache()
|
| H A D | LTOModule.cpp | 177 std::error_code EC = errorToErrorCode(std::move(E)); in parseBitcodeFileImpl()
|
| H A D | ThinLTOCodeGenerator.cpp | 442 return errorToErrorCode(FDOrErr.takeError()); in tryLoadingBuffer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 169 << errorToErrorCode(Def.takeError()).message(); in dlltoolDriverMain()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 410 report_fatal_error(errorToErrorCode(RelSecOrErr.takeError()).message()); in getRelSection() 969 report_fatal_error(errorToErrorCode(SymSecOrErr.takeError()).message()); in section_rel_end() 1058 report_fatal_error(errorToErrorCode(Ret.takeError()).message()); in getRel() 1068 report_fatal_error(errorToErrorCode(Ret.takeError()).message()); in getRela()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Error.h | 1172 std::error_code errorToErrorCode(Error Err); 1184 return errorToErrorCode(std::move(Err)); in expectedToErrorOr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 279 failIfError(errorToErrorCode(LibOrErr.takeError()), in readLibrary()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 521 std::error_code code = errorToErrorCode(file.takeError()); in Handle_vFile_Open()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1073 return errorToErrorCode(H.takeError()); 1200 return errorToErrorCode(Result.takeError());
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 355 std::error_code EC = llvm::errorToErrorCode(File.takeError()); in getFileAndSuggestModule()
|