Searched defs:CodeViewError (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h43 class CodeViewError : public ErrorInfo<CodeViewError, StringError> { class in namespace:llvm::codeview
47 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {} function in class:llvm::codeview::CodeViewError

Completed in 55 milliseconds