LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< llvm::sys::fs::UniqueID > Struct Reference

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

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()

static llvm::sys::fs::UniqueID llvm::DenseMapInfo< llvm::sys::fs::UniqueID >::getEmptyKey ( )
inlinestatic

Definition at line 56 of file UniqueID.h.

◆ getHashValue()

static hash_code llvm::DenseMapInfo< llvm::sys::fs::UniqueID >::getHashValue ( const llvm::sys::fs::UniqueID Tag)
inlinestatic

Definition at line 67 of file UniqueID.h.

References llvm::hash_value().

◆ getTombstoneKey()

static llvm::sys::fs::UniqueID llvm::DenseMapInfo< llvm::sys::fs::UniqueID >::getTombstoneKey ( )
inlinestatic

Definition at line 61 of file UniqueID.h.

◆ isEqual()

Definition at line 71 of file UniqueID.h.

References LHS, and RHS.


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