LLVM 19.0.0git
Classes | Namespaces | Enumerations
TypeHashing.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/DebugInfo/CodeView/CVRecord.h"
#include "llvm/DebugInfo/CodeView/TypeCollection.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/Support/FormatProviders.h"
#include <type_traits>

Go to the source code of this file.

Classes

struct  llvm::codeview::LocallyHashedType
 A locally hashed type represents a straightforward hash code of a serialized record. More...
 
struct  llvm::codeview::GloballyHashedType
 A globally hashed type represents a hash value that is sufficient to uniquely identify a record across multiple type streams or type sequences. More...
 
struct  llvm::DenseMapInfo< codeview::LocallyHashedType >
 
struct  llvm::DenseMapInfo< codeview::GloballyHashedType >
 
struct  llvm::format_provider< codeview::LocallyHashedType >
 
struct  llvm::format_provider< codeview::GloballyHashedType >
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::codeview
 

Enumerations

enum class  llvm::codeview::GlobalTypeHashAlg : uint16_t { llvm::codeview::SHA1 = 0 , llvm::codeview::SHA1_8 , llvm::codeview::BLAKE3 }