LLVM 22.0.0git
|
#include "llvm/ProfileData/SampleProf.h"
Public Member Functions | |
SampleContextFrame () | |
SampleContextFrame (FunctionId Func, LineLocation Location) | |
bool | operator== (const SampleContextFrame &That) const |
bool | operator!= (const SampleContextFrame &That) const |
std::string | toString (bool OutputLineLocation) const |
uint64_t | getHashCode () const |
Public Attributes | |
FunctionId | Func |
LineLocation | Location |
Definition at line 496 of file SampleProf.h.
|
inline |
Definition at line 500 of file SampleProf.h.
References Location.
Referenced by operator!=(), and operator==().
|
inline |
Definition at line 502 of file SampleProf.h.
|
inline |
Definition at line 524 of file SampleProf.h.
References Func, and Location.
Referenced by llvm::sampleprof::FunctionSamples::getCallSiteHash(), and llvm::sampleprof::hash_value().
|
inline |
Definition at line 509 of file SampleProf.h.
References SampleContextFrame().
|
inline |
Definition at line 505 of file SampleProf.h.
References Func, Location, and SampleContextFrame().
|
inline |
Definition at line 513 of file SampleProf.h.
FunctionId llvm::sampleprof::SampleContextFrame::Func |
Definition at line 497 of file SampleProf.h.
Referenced by getHashCode(), operator==(), SampleContextFrame(), and toString().
LineLocation llvm::sampleprof::SampleContextFrame::Location |
Definition at line 498 of file SampleProf.h.
Referenced by getHashCode(), operator==(), SampleContextFrame(), SampleContextFrame(), and toString().