LLVM 19.0.0git
Public Member Functions | List of all members
llvm::PseudoProbeDescriptor Class Reference

#include "llvm/IR/PseudoProbe.h"

Public Member Functions

 PseudoProbeDescriptor (uint64_t GUID, uint64_t Hash)
 
uint64_t getFunctionGUID () const
 
uint64_t getFunctionHash () const
 

Detailed Description

Definition at line 81 of file PseudoProbe.h.

Constructor & Destructor Documentation

◆ PseudoProbeDescriptor()

llvm::PseudoProbeDescriptor::PseudoProbeDescriptor ( uint64_t  GUID,
uint64_t  Hash 
)
inline

Definition at line 86 of file PseudoProbe.h.

Member Function Documentation

◆ getFunctionGUID()

uint64_t llvm::PseudoProbeDescriptor::getFunctionGUID ( ) const
inline

Definition at line 88 of file PseudoProbe.h.

◆ getFunctionHash()

uint64_t llvm::PseudoProbeDescriptor::getFunctionHash ( ) const
inline

Definition at line 89 of file PseudoProbe.h.

Referenced by llvm::PseudoProbeManager::profileIsHashMismatched().


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