Searched refs:__llvm_profile_is_continuous_mode_enabled (Results 1 – 13 of 13) sorted by relevance
28 extern int __llvm_profile_is_continuous_mode_enabled(void);31 if (__llvm_profile_is_continuous_mode_enabled()) in main()
32 extern int __llvm_profile_is_continuous_mode_enabled(void); in main() 35 if (__llvm_profile_is_continuous_mode_enabled())
13 extern int __llvm_profile_is_continuous_mode_enabled(void);15 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
8 extern int __llvm_profile_is_continuous_mode_enabled(void);13 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
12 extern int __llvm_profile_is_continuous_mode_enabled(void);18 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
11 extern int __llvm_profile_is_continuous_mode_enabled(void);16 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
73 extern int __llvm_profile_is_continuous_mode_enabled(void);91 getpid(), __llvm_profile_is_continuous_mode_enabled(), __llvm_profile_get_filename()); in main()
71 extern int __llvm_profile_is_continuous_mode_enabled(void);94 GetCurrentProcessId(), __llvm_profile_is_continuous_mode_enabled(), in main()
53 extern int __llvm_profile_is_continuous_mode_enabled(void);
512 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...]
28 COMPILER_RT_VISIBILITY int __llvm_profile_is_continuous_mode_enabled(void) { in __llvm_profile_is_continuous_mode_enabled() function141 return __llvm_profile_is_continuous_mode_enabled(); in needsCounterPadding()
68 int __llvm_profile_is_continuous_mode_enabled(void);73 * See \ref __llvm_profile_is_continuous_mode_enabled. The behavior is undefined202 * __llvm_profile_is_continuous_mode_enabled), because disable merging requires
353 if (__llvm_profile_is_continuous_mode_enabled() || in lprofWriteDataImpl()