LLVM: llvm::memprof::SourceLocation Struct Reference (original) (raw)

The location of data in the source code. Used by profile lookup API. More...

#include "[llvm/ProfileData/DataAccessProf.h](DataAccessProf%5F8h%5Fsource.html)"

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.

llvm::memprof::SourceLocation::SourceLocation ( StringRef FileNameRef, uint32_t Line ) inline

SourceLocation() [2/2]

llvm::memprof::SourceLocation::SourceLocation ( ) default

FileName

std::string llvm::memprof::SourceLocation::FileName

Line

uint32_t llvm::memprof::SourceLocation::Line


The documentation for this struct was generated from the following file: