LLVM 22.0.0git
llvm::DenseMapInfo< at::VarRecord > Struct Reference

#include "llvm/IR/DebugInfo.h"

Inheritance diagram for llvm::DenseMapInfo< at::VarRecord >:
[legend]

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 259 of file DebugInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 260 of file DebugInfo.h.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 265 of file DebugInfo.h.

◆ isEqual()

Definition at line 274 of file DebugInfo.h.

References A(), and B().


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