Searched refs:WindowsManifestError (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h38 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> { class in namespace:llvm::windows_manifest
41 WindowsManifestError(const Twine &Msg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp29 char WindowsManifestError::ID = 0;
31 WindowsManifestError::WindowsManifestError(const Twine &Msg) : Msg(Msg.str()) {} function in class:WindowsManifestError
33 void WindowsManifestError::log(raw_ostream &OS) const { OS << Msg; }
159 return make_error<WindowsManifestError>("failed to create new namespace");
216 return make_error<WindowsManifestError>(
353 return make_error<WindowsManifestError>(
527 return make_error<WindowsManifestError>(Twine("could not merge ") +
625 return make_error<WindowsManifestError>(
628 return make_error<WindowsManifestError>(
[all...]

Completed in 59 milliseconds