Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c478 if (ProfileFile && !__llvm_profile_is_continuous_mode_enabled()) { in openFileForMerging()
532 if (doMerging() && !__llvm_profile_is_continuous_mode_enabled()) { in writeFile()
616 if (!__llvm_profile_is_continuous_mode_enabled()) in initializeProfileForContinuousMode()
823 if (__llvm_profile_is_continuous_mode_enabled()) { in parseFilenamePattern()
893 if (__llvm_profile_is_continuous_mode_enabled()) in parseAndSetFilename()
933 __llvm_profile_is_continuous_mode_enabled())) { in getCurFilename()
1073 if (!__llvm_profile_is_continuous_mode_enabled()) in __llvm_profile_initialize()
1083 if (__llvm_profile_is_continuous_mode_enabled()) in __llvm_profile_set_filename()
1101 if (lprofProfileDumped() || __llvm_profile_is_continuous_mode_enabled()) { in __llvm_profile_write_file()
1231 if (__llvm_profile_is_continuous_mode_enabled()) { in __llvm_profile_set_file_object()
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.h62 int __llvm_profile_is_continuous_mode_enabled(void);
H A DInstrProfilingWriter.c353 if (__llvm_profile_is_continuous_mode_enabled() || in lprofWriteDataImpl()