LLVM 20.0.0git
|
#include "llvm/Support/Error.h"
Go to the source code of this file.
Classes | |
struct | std::is_error_code_enum< llvm::pdb::pdb_error_code > |
class | llvm::pdb::PDBError |
Base class for errors originating when parsing raw PDB files. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::pdb |
namespace | std |
Implement std::hash so that hash_code can be used in STL containers. | |
Enumerations | |
enum class | llvm::pdb::pdb_error_code { llvm::pdb::invalid_utf8_path = 1 , llvm::pdb::dia_sdk_not_present , llvm::pdb::dia_failed_loading , llvm::pdb::signature_out_of_date , llvm::pdb::no_matching_pch , llvm::pdb::unspecified } |
Functions | |
const std::error_category & | llvm::pdb::PDBErrCategory () |
std::error_code | llvm::pdb::make_error_code (pdb_error_code E) |