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

#include "llvm/IR/DebugInfoMetadata.h"

Public Types

using FragInfo = DIExpression::FragmentInfo
 

Static Public Member Functions

static FragInfo getEmptyKey ()
 
static FragInfo getTombstoneKey ()
 
static unsigned getHashValue (const FragInfo &Frag)
 
static bool isEqual (const FragInfo &A, const FragInfo &B)
 

Static Public Attributes

static const uint64_t MaxVal = std::numeric_limits<uint64_t>::max()
 

Detailed Description

Definition at line 3133 of file DebugInfoMetadata.h.

Member Typedef Documentation

◆ FragInfo

Definition at line 3134 of file DebugInfoMetadata.h.

Member Function Documentation

◆ getEmptyKey()

static FragInfo llvm::DenseMapInfo< DIExpression::FragmentInfo >::getEmptyKey ( )
inlinestatic

Definition at line 3137 of file DebugInfoMetadata.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< DIExpression::FragmentInfo >::getHashValue ( const FragInfo Frag)
inlinestatic

◆ getTombstoneKey()

static FragInfo llvm::DenseMapInfo< DIExpression::FragmentInfo >::getTombstoneKey ( )
inlinestatic

Definition at line 3139 of file DebugInfoMetadata.h.

◆ isEqual()

static bool llvm::DenseMapInfo< DIExpression::FragmentInfo >::isEqual ( const FragInfo A,
const FragInfo B 
)
inlinestatic

Definition at line 3145 of file DebugInfoMetadata.h.

References A, and B.

Member Data Documentation

◆ MaxVal

const uint64_t llvm::DenseMapInfo< DIExpression::FragmentInfo >::MaxVal = std::numeric_limits<uint64_t>::max()
static

Definition at line 3135 of file DebugInfoMetadata.h.


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