LLVM
8.0.1
|
Go to the source code of this file.
Classes | |
class | llvm::object::BinaryError |
Base class for all errors indicating malformed binary files. More... | |
class | llvm::object::GenericBinaryError |
Generic binary error. More... | |
struct | std::is_error_code_enum< llvm::object::object_error > |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::object | |
std | |
Functions | |
const std::error_category & | llvm::object::object_category () |
std::error_code | llvm::object::make_error_code (object_error e) |
Error | llvm::object::isNotObjectErrorInvalidFileType (llvm::Error Err) |
isNotObjectErrorInvalidFileType() is used when looping through the children of an archive after calling getAsBinary() on the child and it returns an llvm::Error. More... | |