Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c146 const char *SrcValueProfDataStart, *SrcValueProfData; in __llvm_profile_merge_from_buffer()
183 SrcValueProfData = SrcValueProfDataStart; in __llvm_profile_merge_from_buffer()
247 if (SrcValueProfData >= ProfileData + ProfileSize)
249 VPMergeHook((ValueProfData *)SrcValueProfData, DstData);
250 SrcValueProfData =
251 SrcValueProfData + ((ValueProfData *)SrcValueProfData)->TotalSize;
126 const char *SrcValueProfDataStart, *SrcValueProfData; __llvm_profile_merge_from_buffer() local
H A DInstrProfilingMergeFile.c24 void lprofMergeValueProfData(ValueProfData *SrcValueProfData, in lprofMergeValueProfData() argument
28 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData); in lprofMergeValueProfData()
29 for (I = 0; I < SrcValueProfData->NumValueKinds; I++) { in lprofMergeValueProfData()
H A DInstrProfilingInternal.h165 /* Merge value profile data pointed to by SrcValueProfData into
167 void lprofMergeValueProfData(struct ValueProfData *SrcValueProfData,