class BinaryError
Declaration
class BinaryError : public ErrorInfo { /* full declaration omitted */ };
Description
Base class for all errors indicating malformed binary files. Having a subclass for all malformed binary files allows archive-walking code to skip malformed files without having to understand every possible way that a binary file might be malformed. Currently inherits from ECError for easy interoperability with std::error_code, but this will be removed in the future.
Declared at: llvm/include/llvm/Object/Error.h:52
Inherits from: ErrorInfo
Member Variables
- public static char ID
Method Overview
- public BinaryError()
- private void anchor()
Methods
¶BinaryError()
BinaryError()
Declared at: llvm/include/llvm/Object/Error.h:56
¶void anchor()
void anchor()
Declared at: llvm/include/llvm/Object/Error.h:53