LLVM 18.0.0git
|
#include "llvm/ProfileData/SampleProf.h"
Public Member Functions | |
SampleContextFrame () | |
SampleContextFrame (StringRef FuncName, LineLocation Location) | |
bool | operator== (const SampleContextFrame &That) const |
bool | operator!= (const SampleContextFrame &That) const |
std::string | toString (bool OutputLineLocation) const |
Public Attributes | |
StringRef | FuncName |
LineLocation | Location |
Definition at line 478 of file SampleProf.h.
|
inline |
Definition at line 482 of file SampleProf.h.
|
inline |
Definition at line 484 of file SampleProf.h.
|
inline |
Definition at line 491 of file SampleProf.h.
|
inline |
Definition at line 487 of file SampleProf.h.
|
inline |
Definition at line 495 of file SampleProf.h.
References llvm::sampleprof::LineLocation::Discriminator, FuncName, llvm::sampleprof::LineLocation::LineOffset, Location, and llvm::StringRef::str().
StringRef llvm::sampleprof::SampleContextFrame::FuncName |
Definition at line 479 of file SampleProf.h.
Referenced by llvm::sampleprof::hash_value(), operator==(), and toString().
LineLocation llvm::sampleprof::SampleContextFrame::Location |
Definition at line 480 of file SampleProf.h.
Referenced by llvm::sampleprof::hash_value(), operator==(), and toString().