Home
last modified time | relevance | path

Searched refs:errorOrToExpected (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp45 ExitOnErr(errorOrToExpected(MemoryBuffer::getFileOrSTDIN(InputFilename))); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp161 ExitOnErr(errorOrToExpected(MemoryBuffer::getFileOrSTDIN(InputFilename))); in main()
/freebsd-12.1/contrib/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp386 ExitOnErr(errorOrToExpected(MemoryBuffer::getFileOrSTDIN(Filename))); in createCombinedModuleSummaryIndex()
840 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(Filename))); in main()
/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp841 auto Obj = ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ObjPath))); in runOrcLazyJIT()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DError.h1104 template <typename T> Expected<T> errorOrToExpected(ErrorOr<T> &&EO) { in errorOrToExpected() function
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp648 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ClReadSummary))); in runForTesting()
H A DLowerTypeTests.cpp1611 ExitOnErr(errorOrToExpected(MemoryBuffer::getFile(ClReadSummary))); in runForTesting()