LLVM 22.0.0git
llvm::DenseMapInfo< llvm::sys::fs::UniqueID > Struct Reference

#include "llvm/Support/FileSystem/UniqueID.h"

Inheritance diagram for llvm::DenseMapInfo< llvm::sys::fs::UniqueID >:
[legend]

Static Public Member Functions

static llvm::sys::fs::UniqueID getEmptyKey ()
static llvm::sys::fs::UniqueID getTombstoneKey ()
static hash_code getHashValue (const llvm::sys::fs::UniqueID &Tag)
static bool isEqual (const llvm::sys::fs::UniqueID &LHS, const llvm::sys::fs::UniqueID &RHS)

Detailed Description

Definition at line 55 of file UniqueID.h.

Member Function Documentation

◆ getEmptyKey()

Definition at line 56 of file UniqueID.h.

References getEmptyKey().

Referenced by getEmptyKey().

◆ getHashValue()

Definition at line 67 of file UniqueID.h.

References llvm::hash_value(), and llvm::Tag.

◆ getTombstoneKey()

Definition at line 61 of file UniqueID.h.

References getTombstoneKey().

Referenced by getTombstoneKey().

◆ isEqual()

Definition at line 71 of file UniqueID.h.

References LHS, and RHS.


The documentation for this struct was generated from the following file: