Home
last modified time | relevance | path

Searched refs:PGOCtxProfileRecords (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp21 Writer.EmitVBR(PGOCtxProfileRecords::Counters, VBREncodingBits); in writeCounters()
34 Writer.EmitRecord(PGOCtxProfileRecords::Guid, in writeImpl()
37 Writer.EmitRecord(PGOCtxProfileRecords::CalleeIndex, in writeImpl()
H A DPGOCtxProfReader.cpp102 case PGOCtxProfileRecords::Guid: in readContext()
107 case PGOCtxProfileRecords::Counters: in readContext()
113 case PGOCtxProfileRecords::CalleeIndex: in readContext()
153 if (*Code != PGOCtxProfileRecords::Version) in readMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; enum
76 Writer.EmitRecord(PGOCtxProfileRecords::Version,