Home
last modified time | relevance | path

Searched defs:SampleInfo (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DDataReader.h220 struct SampleInfo { struct
224 SampleInfo(Location Loc, int64_t Hits) : Loc(std::move(Loc)), Hits(Hits) {} in SampleInfo() argument