Home
last modified time | relevance | path

Searched refs:__llvm_write_binary_ids (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c190 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
234 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingPlatformWindows.c97 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingPlatformDarwin.c99 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingPlatformOther.c121 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingInternal.h206 int __llvm_write_binary_ids(ProfDataWriter *Writer);
H A DInstrProfilingPlatformFuchsia.c123 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize; in __llvm_profile_initialize()
H A DInstrProfilingPlatformAIX.c101 COMPILER_RT_VISIBILITY int __llvm_write_binary_ids(ProfDataWriter *Writer) { in __llvm_write_binary_ids() function
H A DInstrProfilingBuffer.c223 return sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + in __llvm_profile_get_size_for_buffer_internal()
H A DInstrProfilingFile.c270 sizeof(__llvm_profile_header) + __llvm_write_binary_ids(NULL) + DataSize; in mmapForContinuousMode()
835 if (__llvm_write_binary_ids(NULL) <= 0) { in parseFilenamePattern()
1014 __llvm_write_binary_ids(&Writer); in getCurFilename()
H A DInstrProfilingWriter.c332 if (__llvm_write_binary_ids(Writer) == -1) in lprofWriteDataImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc156 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc156 INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))