Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h39 class WindowsManifestError : public ErrorInfo<WindowsManifestError, ECError> {
42 WindowsManifestError(const Twine &Msg);
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp27 char WindowsManifestError::ID = 0;
29 WindowsManifestError::WindowsManifestError(const Twine &Msg) : Msg(Msg.str()) {} in WindowsManifestError() function in WindowsManifestError
31 void WindowsManifestError::log(raw_ostream &OS) const { OS << Msg; } in log()
157 return make_error<WindowsManifestError>("failed to create new namespace"); in searchOrDefine()
214 return make_error<WindowsManifestError>( in mergeAttributes()
351 return make_error<WindowsManifestError>( in mergeNamespaces()
525 return make_error<WindowsManifestError>(Twine("could not merge ") + in treeMerge()
623 return make_error<WindowsManifestError>( in merge()
626 return make_error<WindowsManifestError>( in merge()
646 return make_error<WindowsManifestError>("multiple root nodes"); in merge()
[all …]