LLVM 19.0.0git
Public Member Functions | List of all members
std::hash< llvm::sampleprof::FunctionId > Struct Reference

Template specialization for FunctionId so that it can be used in STL containers. More...

#include "llvm/ProfileData/FunctionId.h"

Public Member Functions

size_t operator() (const llvm::sampleprof::FunctionId &Val) const
 

Detailed Description

Template specialization for FunctionId so that it can be used in STL containers.

Definition at line 205 of file FunctionId.h.

Member Function Documentation

◆ operator()()

size_t std::hash< llvm::sampleprof::FunctionId >::operator() ( const llvm::sampleprof::FunctionId Val) const
inline

Definition at line 206 of file FunctionId.h.

References llvm::sampleprof::FunctionId::getHashCode().


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