LLVM 17.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 464 of file SampleProf.h.
|
inline |
Definition at line 468 of file SampleProf.h.
|
inline |
Definition at line 470 of file SampleProf.h.
|
inline |
Definition at line 477 of file SampleProf.h.
|
inline |
Definition at line 473 of file SampleProf.h.
|
inline |
Definition at line 481 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 465 of file SampleProf.h.
Referenced by llvm::sampleprof::hash_value(), operator==(), and toString().
LineLocation llvm::sampleprof::SampleContextFrame::Location |
Definition at line 466 of file SampleProf.h.
Referenced by llvm::sampleprof::hash_value(), operator==(), and toString().