Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c272 typedef struct ValueProfRuntimeRecord { struct
276 } ValueProfRuntimeRecord; argument
281 return ((const ValueProfRuntimeRecord *)R)->Data->NumValueSites[VK]; in getNumValueSitesRT()
286 const ValueProfRuntimeRecord *Record = (const ValueProfRuntimeRecord *)R; in getNumValueDataRT()
296 const ValueProfRuntimeRecord *Record = (const ValueProfRuntimeRecord *)R; in getNumValueDataForSiteRT()
300 static ValueProfRuntimeRecord RTRecord;