Home
last modified time | relevance | path

Searched refs:__llvm_profile_is_continuous_mode_enabled (Results 1 – 13 of 13) sorted by relevance

/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/
H A Druntime-counter-relocation.c28 extern int __llvm_profile_is_continuous_mode_enabled(void);
31 if (__llvm_profile_is_continuous_mode_enabled()) in main()
H A Dbasic.c32 extern int __llvm_profile_is_continuous_mode_enabled(void); in main()
35 if (__llvm_profile_is_continuous_mode_enabled())
H A Dimage-with-mcdc.c13 extern int __llvm_profile_is_continuous_mode_enabled(void);
15 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
H A Dset-filename.c8 extern int __llvm_profile_is_continuous_mode_enabled(void);
13 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
H A Dpid-substitution.c12 extern int __llvm_profile_is_continuous_mode_enabled(void);
18 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
H A Dget-filename.c11 extern int __llvm_profile_is_continuous_mode_enabled(void);
16 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
H A Donline-merging.c73 extern int __llvm_profile_is_continuous_mode_enabled(void);
91 getpid(), __llvm_profile_is_continuous_mode_enabled(), __llvm_profile_get_filename()); in main()
H A Donline-merging-windows.c71 extern int __llvm_profile_is_continuous_mode_enabled(void);
94 GetCurrentProcessId(), __llvm_profile_is_continuous_mode_enabled(), in main()
H A Dset-file-object.c53 extern int __llvm_profile_is_continuous_mode_enabled(void);
/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c512 if (ProfileFile && !__llvm_profile_is_continuous_mode_enabled()) { in writeFile()
566 if (doMerging() && !__llvm_profile_is_continuous_mode_enabled()) { in truncateCurrentFile()
650 if (!__llvm_profile_is_continuous_mode_enabled()) in initializeProfileForContinuousMode()
859 if (__llvm_profile_is_continuous_mode_enabled()) { in parseAndSetFilename()
929 if (__llvm_profile_is_continuous_mode_enabled()) in getCurFilename()
969 __llvm_profile_is_continuous_mode_enabled())) { in getCurFilename()
1109 if (!__llvm_profile_is_continuous_mode_enabled()) in __llvm_profile_write_file()
1119 if (__llvm_profile_is_continuous_mode_enabled()) in __llvm_profile_write_file()
1137 if (lprofProfileDumped() || __llvm_profile_is_continuous_mode_enabled()) { in __llvm_profile_write_file()
1267 if (__llvm_profile_is_continuous_mode_enabled()) { in __llvm_profile_set_file_object()
[all...]
H A DInstrProfilingBuffer.c28 COMPILER_RT_VISIBILITY int __llvm_profile_is_continuous_mode_enabled(void) { in __llvm_profile_is_continuous_mode_enabled() function
141 return __llvm_profile_is_continuous_mode_enabled(); in needsCounterPadding()
H A DInstrProfiling.h68 int __llvm_profile_is_continuous_mode_enabled(void);
73 * See \ref __llvm_profile_is_continuous_mode_enabled. The behavior is undefined
202 * __llvm_profile_is_continuous_mode_enabled), because disable merging requires
H A DInstrProfilingWriter.c353 if (__llvm_profile_is_continuous_mode_enabled() || in lprofWriteDataImpl()