LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< at::VarRecord > Struct Reference

#include "llvm/IR/DebugInfo.h"

Static Public Member Functions

static at::VarRecord getEmptyKey ()
 
static at::VarRecord getTombstoneKey ()
 
static unsigned getHashValue (const at::VarRecord &Var)
 
static bool isEqual (const at::VarRecord &A, const at::VarRecord &B)
 

Detailed Description

Definition at line 296 of file DebugInfo.h.

Member Function Documentation

◆ getEmptyKey()

static at::VarRecord llvm::DenseMapInfo< at::VarRecord >::getEmptyKey ( )
inlinestatic

Definition at line 297 of file DebugInfo.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< at::VarRecord >::getHashValue ( const at::VarRecord Var)
inlinestatic

◆ getTombstoneKey()

static at::VarRecord llvm::DenseMapInfo< at::VarRecord >::getTombstoneKey ( )
inlinestatic

Definition at line 302 of file DebugInfo.h.

◆ isEqual()

static bool llvm::DenseMapInfo< at::VarRecord >::isEqual ( const at::VarRecord A,
const at::VarRecord B 
)
inlinestatic

Definition at line 311 of file DebugInfo.h.

References A, and B.


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