LLVM 22.0.0git
|
#include "llvm/ProfileData/MemProf.h"
Public Member Functions | |
LineLocation (uint32_t L, uint32_t D) | |
bool | operator< (const LineLocation &O) const |
bool | operator== (const LineLocation &O) const |
bool | operator!= (const LineLocation &O) const |
uint64_t | getHashCode () const |
Public Attributes | |
uint32_t | LineOffset |
uint32_t | Column |
Definition at line 833 of file MemProf.h.
References Column, D(), and LineOffset.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 847 of file MemProf.h.
References Column, and LineOffset.
|
inline |
Definition at line 843 of file MemProf.h.
References Column, LineLocation(), and LineOffset.
|
inline |
Definition at line 835 of file MemProf.h.
References Column, LineLocation(), and LineOffset.
|
inline |
Definition at line 839 of file MemProf.h.
References Column, LineLocation(), and LineOffset.
uint32_t llvm::memprof::LineLocation::Column |
Definition at line 850 of file MemProf.h.
Referenced by getHashCode(), LineLocation(), operator!=(), operator<(), and operator==().
uint32_t llvm::memprof::LineLocation::LineOffset |
Definition at line 849 of file MemProf.h.
Referenced by getHashCode(), LineLocation(), operator!=(), operator<(), and operator==().