LLVM  8.0.1
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< CallSite > Struct Template Reference

#include "llvm/IR/CallSite.h"

Public Types

using BaseInfo = DenseMapInfo< decltype(CallSite::I)>
 

Static Public Member Functions

static CallSite getEmptyKey ()
 
static CallSite getTombstoneKey ()
 
static unsigned getHashValue (const CallSite &CS)
 
static bool isEqual (const CallSite &LHS, const CallSite &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< CallSite >

Definition at line 686 of file CallSite.h.

Member Typedef Documentation

◆ BaseInfo

Definition at line 687 of file CallSite.h.

Member Function Documentation

◆ getEmptyKey()

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

◆ getHashValue()

static unsigned llvm::DenseMapInfo< CallSite >::getHashValue ( const CallSite CS)
inlinestatic

◆ getTombstoneKey()

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

◆ isEqual()

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

Definition at line 705 of file CallSite.h.


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