Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/
Druntime-counter-relocation.c28 extern int __llvm_profile_is_continuous_mode_enabled(void);
31 if (__llvm_profile_is_continuous_mode_enabled()) in main()
Dbasic.c28 extern int __llvm_profile_is_continuous_mode_enabled(void);
31 if (__llvm_profile_is_continuous_mode_enabled()) in main()
Dset-filename.c8 extern int __llvm_profile_is_continuous_mode_enabled(void);
13 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
Dpid-substitution.c12 extern int __llvm_profile_is_continuous_mode_enabled(void);
18 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
Dset-file-object.c11 extern int __llvm_profile_is_continuous_mode_enabled(void);
16 if (!__llvm_profile_is_continuous_mode_enabled()) in main()
Donline-merging.c72 extern int __llvm_profile_is_continuous_mode_enabled(void);
90 getpid(), __llvm_profile_is_continuous_mode_enabled(), __llvm_profile_get_filename()); in main()
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingFile.c105 if (__llvm_profile_is_continuous_mode_enabled()) { in __llvm_profile_set_file_object()
479 if (!__llvm_profile_is_continuous_mode_enabled() || in relocateCounters()
544 if (!__llvm_profile_is_continuous_mode_enabled()) in initializeProfileForContinuousMode()
756 if (__llvm_profile_is_continuous_mode_enabled()) { in parseFilenamePattern()
820 if (__llvm_profile_is_continuous_mode_enabled()) { in parseAndSetFilename()
864 __llvm_profile_is_continuous_mode_enabled())) { in getCurFilename()
1007 if (!__llvm_profile_is_continuous_mode_enabled()) in __llvm_profile_initialize()
1017 if (__llvm_profile_is_continuous_mode_enabled()) in __llvm_profile_set_filename()
1033 if (lprofProfileDumped() || __llvm_profile_is_continuous_mode_enabled()) { in __llvm_profile_write_file()
DInstrProfilingBuffer.c28 COMPILER_RT_VISIBILITY int __llvm_profile_is_continuous_mode_enabled(void) { in __llvm_profile_is_continuous_mode_enabled() function
75 if (!__llvm_profile_is_continuous_mode_enabled() || in __llvm_profile_get_padding_sizes_for_counters()
DInstrProfiling.h46 int __llvm_profile_is_continuous_mode_enabled(void);
DInstrProfilingWriter.c299 if (__llvm_profile_is_continuous_mode_enabled()) in lprofWriteDataImpl()