Home
last modified time | relevance | path

Searched refs:checkError (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DLTO.cpp67 checkError(C.addSaveTemps(std::string(Config->OutputFile) + ".", in createLTO()
104 checkError(LTOObj->add(std::move(F.Obj), Resols)); in add()
124 checkError(LTOObj->run( in compile()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLTO.cpp115 checkError(C.addSaveTemps(Config->OutputFile.str() + ".", in createConfig()
206 checkError(LTOObj->add(std::move(F.Obj), Resols)); in add()
241 checkError(LTOObj->run( in compile()
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DErrorHandler.cpp83 void lld::checkError(Error E) { in checkError() function in lld
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DErrorHandler.h123 void checkError(Error E);
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DError.h1241 void operator()(Error Err) const { checkError(std::move(Err)); } in operator()
1246 checkError(E.takeError()); in operator()
1253 checkError(E.takeError()); in operator()
1258 void checkError(Error Err) const { in checkError() function