LLVM 22.0.0git
|
The location of data in the source code. Used by profile lookup API. More...
#include "llvm/ProfileData/DataAccessProf.h"
Public Member Functions | |
SourceLocation (StringRef FileNameRef, uint32_t Line) | |
SourceLocation () | |
Public Attributes | |
std::string | FileName |
The filename where the data is located. | |
uint32_t | Line |
The line number in the source code. | |
The location of data in the source code. Used by profile lookup API.
Definition at line 40 of file DataAccessProf.h.
Definition at line 41 of file DataAccessProf.h.
|
inline |
Definition at line 45 of file DataAccessProf.h.
std::string llvm::memprof::SourceLocation::FileName |
The filename where the data is located.
Definition at line 47 of file DataAccessProf.h.
Referenced by llvm::yaml::MappingTraits< memprof::SourceLocation >::mapping().
uint32_t llvm::memprof::SourceLocation::Line |
The line number in the source code.
Definition at line 49 of file DataAccessProf.h.
Referenced by llvm::yaml::MappingTraits< memprof::SourceLocation >::mapping().