Searched refs:PGOCtxProfileRecords (Results 1 – 3 of 3) sorted by relevance
21 Writer.EmitVBR(PGOCtxProfileRecords::Counters, VBREncodingBits); in writeCounters()34 Writer.EmitRecord(PGOCtxProfileRecords::Guid, in writeImpl()37 Writer.EmitRecord(PGOCtxProfileRecords::CalleeIndex, in writeImpl()
102 case PGOCtxProfileRecords::Guid: in readContext()107 case PGOCtxProfileRecords::Counters: in readContext()113 case PGOCtxProfileRecords::CalleeIndex: in readContext()153 if (*Code != PGOCtxProfileRecords::Version) in readMetadata()
21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; enum76 Writer.EmitRecord(PGOCtxProfileRecords::Version,