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

#include "llvm/IR/ModuleSummaryIndex.h"

Static Public Member Functions

static FunctionSummary::VFuncId getEmptyKey ()
 
static FunctionSummary::VFuncId getTombstoneKey ()
 
static bool isEqual (FunctionSummary::VFuncId L, FunctionSummary::VFuncId R)
 
static unsigned getHashValue (FunctionSummary::VFuncId I)
 

Detailed Description

Definition at line 1034 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ getEmptyKey()

static FunctionSummary::VFuncId llvm::DenseMapInfo< FunctionSummary::VFuncId >::getEmptyKey ( )
inlinestatic

Definition at line 1035 of file ModuleSummaryIndex.h.

◆ getHashValue()

Definition at line 1045 of file ModuleSummaryIndex.h.

References I.

◆ getTombstoneKey()

static FunctionSummary::VFuncId llvm::DenseMapInfo< FunctionSummary::VFuncId >::getTombstoneKey ( )
inlinestatic

Definition at line 1037 of file ModuleSummaryIndex.h.

◆ isEqual()

Definition at line 1041 of file ModuleSummaryIndex.h.


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