Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DPGOCtxProfWriter.h21 enum PGOCtxProfileRecords { Invalid = 0, Version, Guid, CalleeIndex, Counters }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp37 Writer.EmitRecord(PGOCtxProfileRecords::CalleeIndex, in writeImpl()
H A DPGOCtxProfReader.cpp113 case PGOCtxProfileRecords::CalleeIndex: in readContext()