Searched defs:IRProfileDesc (Results 1 – 1 of 1) sorted by relevance
28 struct IRProfileDesc { struct32 IRProfileDesc() = default; argument33 …IRProfileDesc(uint64 hash, uint32 start, uint32 end) : counterStart(start), counterEnd(end), funcH… in IRProfileDesc() argument