LLVM 20.0.0git
|
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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::object |
namespace | std |
Implement std::hash so that hash_code can be used in STL containers. | |
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. | |
Error | llvm::object::createError (const Twine &Err) |