12 const char *
name()
const noexcept
override {
return "llvm.pdb.dia"; }
13 std::string
message(
int Condition)
const override {
15 case dia_error_code::could_not_create_impl:
16 return "Failed to connect to DIA at runtime. Verify that Visual Studio "
17 "is properly installed, or that msdiaXX.dll is in your PATH.";
18 case dia_error_code::invalid_file_format:
19 return "Unable to load PDB. The file has an unrecognized format.";
20 case dia_error_code::invalid_parameter:
21 return "The parameter is incorrect.";
22 case dia_error_code::already_loaded:
23 return "Unable to load the PDB or EXE, because it is already loaded.";
24 case dia_error_code::debug_info_mismatch:
25 return "The PDB file and the EXE file do not match.";
26 case dia_error_code::unspecified:
27 return "An unknown error has occurred.";
std::string message(int Condition) const override
const char * name() const noexcept override
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
const std::error_category & DIAErrCategory()
This is an optimization pass for GlobalISel generic memory operations.