LLVM 23.0.0git
llvm::DenseMapInfo< DebugVariable > Struct Reference

#include "llvm/IR/DebugInfoMetadata.h"

Inheritance diagram for llvm::DenseMapInfo< DebugVariable >:
[legend]

Public Types

using FragmentInfo = DIExpression::FragmentInfo

Static Public Member Functions

static unsigned getHashValue (const DebugVariable &D)
static bool isEqual (const DebugVariable &A, const DebugVariable &B)

Detailed Description

Definition at line 4791 of file DebugInfoMetadata.h.

Member Typedef Documentation

◆ FragmentInfo

Definition at line 4792 of file DebugInfoMetadata.h.

Member Function Documentation

◆ getHashValue()

unsigned llvm::DenseMapInfo< DebugVariable >::getHashValue ( const DebugVariable & D)
inlinestatic

Definition at line 4794 of file DebugInfoMetadata.h.

References D(), and llvm::hash_combine().

◆ isEqual()

Definition at line 4803 of file DebugInfoMetadata.h.

References A(), and B().


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