LLVM 20.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 |
|
inline |
Definition at line 906 of file MemProf.h.
Referenced by llvm::memprof::LineLocationHash::operator()().
|
inline |
|
inline |
|
inline |