LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< FunctionSummary::VFuncId > Struct Template 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

template<>
struct llvm::DenseMapInfo< FunctionSummary::VFuncId >

Definition at line 635 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 636 of file ModuleSummaryIndex.h.

◆ getHashValue()

Definition at line 646 of file ModuleSummaryIndex.h.

References llvm::FunctionSummary::VFuncId::GUID.

◆ getTombstoneKey()

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

Definition at line 638 of file ModuleSummaryIndex.h.

◆ isEqual()


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