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

/external/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c23 /* Merge value profile data pointed to by SrcValueProfData into
25 void lprofMergeValueProfData(ValueProfData *SrcValueProfData, argument
29 ValueProfRecord *VR = getFirstValueProfRecord(SrcValueProfData);
30 for (I = 0; I < SrcValueProfData->NumValueKinds; I++) {
H A DInstrProfilingMerge.c91 ValueProfData *SrcValueProfDataStart, *SrcValueProfData; local
105 SrcValueProfData = SrcValueProfDataStart;
128 VPMergeHook(SrcValueProfData, DstData);
129 SrcValueProfData = (ValueProfData *)((char *)SrcValueProfData +
130 SrcValueProfData->TotalSize);
H A DInstrProfilingInternal.h146 /* Merge value profile data pointed to by SrcValueProfData into
148 void lprofMergeValueProfData(struct ValueProfData *SrcValueProfData,

Completed in 150 milliseconds