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

#include "llvm/IR/DebugInfoMetadata.h"

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

Public Types

using FragmentInfo = DIExpression::FragmentInfo
 

Static Public Member Functions

static DebugVariable getEmptyKey ()
 Empty key: no key should be generated that has no DILocalVariable.
 
static DebugVariable getTombstoneKey ()
 Difference in tombstone is that the Optional is meaningful.
 
static unsigned getHashValue (const DebugVariable &D)
 
static bool isEqual (const DebugVariable &A, const DebugVariable &B)
 

Detailed Description

Definition at line 3910 of file DebugInfoMetadata.h.

Member Typedef Documentation

◆ FragmentInfo

Definition at line 3911 of file DebugInfoMetadata.h.

Member Function Documentation

◆ getEmptyKey()

static DebugVariable llvm::DenseMapInfo< DebugVariable >::getEmptyKey ( )
inlinestatic

Empty key: no key should be generated that has no DILocalVariable.

Definition at line 3914 of file DebugInfoMetadata.h.

◆ getHashValue()

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

Definition at line 3923 of file DebugInfoMetadata.h.

References D, and llvm::hash_combine().

◆ getTombstoneKey()

static DebugVariable llvm::DenseMapInfo< DebugVariable >::getTombstoneKey ( )
inlinestatic

Difference in tombstone is that the Optional is meaningful.

Definition at line 3919 of file DebugInfoMetadata.h.

◆ isEqual()

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

Definition at line 3932 of file DebugInfoMetadata.h.

References A, and B.


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