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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h50 class RawError : public ErrorInfo<RawError, StringError> { class in namespace:llvm::pdb
53 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {} function in class:llvm::pdb::RawError

Completed in 115 milliseconds