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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfiling.h198 * If \c EnableMerge is nonzero, the runtime will always merge profiling data
199 * with the contents of the profiling file. If EnableMerge is zero, the runtime
213 void __llvm_profile_set_file_object(FILE *File, int EnableMerge);
H A DInstrProfilingFile.c94 static void setProfileMergeRequested(int EnableMerge) { argument
95 ProfileMergeRequested = EnableMerge;
103 int EnableMerge) {
111 setProfileMergeRequested(EnableMerge);
102 __llvm_profile_set_file_object(FILE *File, int EnableMerge) argument

Completed in 165 milliseconds