Home
last modified time | relevance | path

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

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