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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c269 * ValueProfRuntimeRecord also implements the abstract intefaces defined in
273 typedef struct ValueProfRuntimeRecord { struct
277 } ValueProfRuntimeRecord; typedef in typeref:struct:ValueProfRuntimeRecord
282 return ((const ValueProfRuntimeRecord *)R)->Data->NumValueSites[VK];
287 const ValueProfRuntimeRecord *Record = (const ValueProfRuntimeRecord *)R;
297 const ValueProfRuntimeRecord *Record = (const ValueProfRuntimeRecord *)R;
301 static ValueProfRuntimeRecord RTRecord;

Completed in 113 milliseconds