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

#include "llvm/Transforms/IPO/Attributor.h"

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

Public Types

using Base = DenseMapInfo< unsigned char >
 

Static Public Member Functions

static AA::ValueScope getEmptyKey ()
 
static AA::ValueScope getTombstoneKey ()
 
static unsigned getHashValue (const AA::ValueScope &S)
 
static bool isEqual (const AA::ValueScope &LHS, const AA::ValueScope &RHS)
 
- Static Public Member Functions inherited from llvm::DenseMapInfo< unsigned char >
static unsigned char getEmptyKey ()
 
static unsigned char getTombstoneKey ()
 
static unsigned getHashValue (const unsigned char &Val)
 
static bool isEqual (const unsigned char &LHS, const unsigned char &RHS)
 

Detailed Description

Definition at line 426 of file Attributor.h.

Member Typedef Documentation

◆ Base

Definition at line 427 of file Attributor.h.

Member Function Documentation

◆ getEmptyKey()

static AA::ValueScope llvm::DenseMapInfo< AA::ValueScope >::getEmptyKey ( )
inlinestatic

Definition at line 428 of file Attributor.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< AA::ValueScope >::getHashValue ( const AA::ValueScope S)
inlinestatic

Definition at line 434 of file Attributor.h.

◆ getTombstoneKey()

static AA::ValueScope llvm::DenseMapInfo< AA::ValueScope >::getTombstoneKey ( )
inlinestatic

Definition at line 431 of file Attributor.h.

◆ isEqual()

static bool llvm::DenseMapInfo< AA::ValueScope >::isEqual ( const AA::ValueScope LHS,
const AA::ValueScope RHS 
)
inlinestatic

Definition at line 438 of file Attributor.h.

References LHS, and RHS.


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