|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/TypeRecord.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/Error.h"Go to the source code of this file.
Classes | |
| struct | llvm::pdb::TagRecordHash |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::pdb |
Functions | |
| LLVM_ABI Expected< uint32_t > | llvm::pdb::hashTypeRecord (const llvm::codeview::CVType &Type) |
| LLVM_ABI Expected< TagRecordHash > | llvm::pdb::hashTagRecord (const codeview::CVType &Type) |
| Given a CVType referring to a class, structure, union, or enum, compute the hash of its forward decl and full decl. | |