LLVM: llvm::vfs::OutputError Class Reference (original) (raw)
Error related to an OutputFile. More...
#include "[llvm/Support/VirtualOutputError.h](VirtualOutputError%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| StringRef | getOutputPath () const |
| void | log (raw_ostream &OS) const override |
| Print an error message to an output stream. | |
| OutputError (const Twine &OutputPath, std::error_code EC) | |
| OutputError (const Twine &OutputPath, OutputErrorCode EV) | |
| Public Member Functions inherited from llvm::ErrorInfo< OutputError, ECError > | |
| const void * | dynamicClassID () const override |
| bool | isA (const void *const ClassID) const override |
| Public Member Functions inherited from llvm::ECError | |
| void | setErrorCode (std::error_code EC) |
| std::error_code | convertToErrorCode () const override |
| Convert this error to a std::error_code. | |
| Public Member Functions inherited from llvm::ErrorInfoBase | |
| virtual | ~ErrorInfoBase ()=default |
| virtual std::string | message () const |
| Return the error message as a string. | |
| template | |
| bool | isA () const |
| Additional Inherited Members | |
|---|---|
| Static Public Member Functions inherited from llvm::ErrorInfo< OutputError, ECError > | |
| static const void * | classID () |
| Static Public Member Functions inherited from llvm::ErrorInfo< ECError > | |
| static const void * | classID () |
| Static Public Member Functions inherited from llvm::ErrorInfoBase | |
| static const void * | classID () |
| Protected Member Functions inherited from llvm::ECError | |
| ECError ()=default | |
| ECError (std::error_code EC) | |
| Protected Attributes inherited from llvm::ECError | |
| std::error_code | EC |
Error related to an OutputFile.
Derives from ECError and adds getOutputPath().
Definition at line 38 of file VirtualOutputError.h.
| llvm::vfs::OutputError::OutputError ( const Twine & OutputPath, std::error_code EC ) | inline |
|---|
◆ OutputError() [2/2]
◆ getOutputPath()
| StringRef llvm::vfs::OutputError::getOutputPath ( ) const | inline |
|---|
◆ log()
| void OutputError::log ( raw_ostream & OS) const | overridevirtual |
|---|
◆ ID
The documentation for this class was generated from the following files:
- include/llvm/Support/VirtualOutputError.h
- lib/Support/VirtualOutputError.cpp