LLVM  8.0.1
Classes | Namespaces | Enumerations
TypeHashing.h File Reference
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/TypeCollection.h"
#include "llvm/DebugInfo/CodeView/TypeIndex.h"
#include "llvm/Support/FormatProviders.h"
#include <type_traits>
Include dependency graph for TypeHashing.h:
This graph shows which files directly or indirectly include this file:

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

 llvm
 This class represents lattice values for constants.
 
 llvm::codeview
 

Enumerations

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