Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A Dinstrprof-value-prof-visibility.c14 void lprofMergeValueProfData(struct ValueProfData *, struct __llvm_profile_data *);
16 void *Dummy = &lprofMergeValueProfData;
/llvm-project-15.0.7/compiler-rt/test/profile/Linux/
H A Dinstrprof-merge-vp.c21 void lprofMergeValueProfData(struct ValueProfData *, struct __llvm_profile_data *);
23 void *Dummy = &lprofMergeValueProfData;
H A Dinstrprof-value-prof-visibility.test1 # This tests that lprofMergeValueProfData is not accessed from outside a module
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c24 void lprofMergeValueProfData(ValueProfData *SrcValueProfData, in lprofMergeValueProfData() function
H A DInstrProfilingInternal.h161 void lprofMergeValueProfData(struct ValueProfData *SrcValueProfData,
H A DInstrProfilingFile.c467 VPMergeHook = &lprofMergeValueProfData; in writeFile()